分离main.ts 出permission.ts, 把学习改为onenote

This commit is contained in:
simple321vip
2023-01-30 00:32:26 +08:00
parent 01e222e7fc
commit 5886e3feac
13 changed files with 108 additions and 149 deletions
+1
View File
@@ -29,6 +29,7 @@ export const tenantStore = defineStore('tenant', () => {
tenant.value.token = ''
tenant.value.id = ''
resetToken()
window.location.reload()
}
const reflush = async () => {