chore: 更新依赖

This commit is contained in:
kailong321200875
2023-12-07 10:58:59 +08:00
parent 93767b65aa
commit f8db745696
3 changed files with 25 additions and 22 deletions

View File

@@ -18,7 +18,7 @@ export const useUserStore = defineStore('user', {
state: (): UserState => {
return {
userInfo: undefined,
tokenKey: 'Token',
tokenKey: 'Authorization',
token: '',
roleRouters: undefined
}