+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 当前角色:{{ useTenantStore.tenant.account }}
+
+
+
+
+
+ 个人信息
+ 登 出
+
+
+
+
+
+
+
-
diff --git a/src/store/modules/tenant.ts b/src/store/modules/tenant.ts
index baed600..305c19c 100644
--- a/src/store/modules/tenant.ts
+++ b/src/store/modules/tenant.ts
@@ -9,7 +9,7 @@ export const tenantStore = defineStore('tenant', () => {
account: '',
token: '',
id: '',
- headerImg: '',
+ headerImg: 'https://cube.elemecdn.com/0/88/03b0d39583f48206768a7534e55bcpng.png',
})
const login = async (tenant: Tenant, token: string) => {