fix : 优化移动端详情界面
This commit is contained in:
@@ -9,7 +9,7 @@ export const useAuthStore = defineStore('auth', () => {
|
||||
const permisstions = ref([])
|
||||
const roles = ref([])
|
||||
const casToken = (token) => {
|
||||
console.log('getToken()!==token',getToken()!==token)
|
||||
// console.log('getToken()!==token',getToken()!==token)
|
||||
let flag=''
|
||||
if(getToken()!==token){//切换token
|
||||
setToken(token)
|
||||
|
||||
Reference in New Issue
Block a user