|
@@ -1,11 +1,3 @@
|
|
|
-/**********************************
|
|
|
- * @Author: Ronnie Zhang
|
|
|
- * @LastEditor: Ronnie Zhang
|
|
|
- * @LastEditTime: 2023/12/05 21:25:39
|
|
|
- * @Email: zclzone@outlook.com
|
|
|
- * Copyright © 2023 Ronnie Zhang(大脸怪) | https://isme.top
|
|
|
- **********************************/
|
|
|
-
|
|
|
import { usePermissionStore, useRouterStore, useTabStore, useUserStore } from '@/store'
|
|
|
import { defineStore } from 'pinia'
|
|
|
|
|
@@ -54,6 +46,6 @@ export const useAuthStore = defineStore('auth', {
|
|
|
},
|
|
|
},
|
|
|
persist: {
|
|
|
- key: 'vue-naivue-admin_auth',
|
|
|
+ key: 'help_center_auth',
|
|
|
},
|
|
|
})
|