Update user.js
This commit is contained in:
parent
6f644f5bfa
commit
30a39bec37
|
@ -40,7 +40,6 @@ export const useUserStore = defineStore('user', () => {
|
|||
|
||||
const NeedInit = async () => {
|
||||
await ClearStorage()
|
||||
console.log('token',token)
|
||||
await router.push({ name: 'Init', replace: true })
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue