modify navbar

This commit is contained in:
simple321vip
2023-01-28 20:29:17 +08:00
parent 99a6cbe52d
commit a45f360006
3 changed files with 178 additions and 17 deletions
+1 -1
View File
@@ -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) => {