|
|
@ -22,7 +22,7 @@ export class LayoutComponent implements OnInit { |
|
|
|
tenantId: "", // 当前用户租户id
|
|
|
|
productKey: "", // json字段的头部
|
|
|
|
}; |
|
|
|
queryDisplayList: any; |
|
|
|
queryDisplayList = []; |
|
|
|
constructor(private commonService: CommonService) {} |
|
|
|
ngOnInit(): void { |
|
|
|
this.systemList = systemList; |
|
|
@ -81,7 +81,7 @@ export class LayoutComponent implements OnInit { |
|
|
|
.catch((error) => console.error(error)); |
|
|
|
} |
|
|
|
/** |
|
|
|
* 通过tenantId获取用户token |
|
|
|
* 三种方式的url拼接 |
|
|
|
*/ |
|
|
|
async getUserToken(type, item) { |
|
|
|
console.log("item", item); |
|
|
|