监听token改为监听userId
This commit is contained in:
parent
dd2d9cd12f
commit
3c8605fb01
@ -14,7 +14,7 @@ import defaultSettings from '@/settings'
|
|||||||
const { proxy } = getCurrentInstance()
|
const { proxy } = getCurrentInstance()
|
||||||
|
|
||||||
const token = computed(() => {
|
const token = computed(() => {
|
||||||
return useUserStore().token
|
return useUserStore().userId
|
||||||
})
|
})
|
||||||
|
|
||||||
const lang = computed(() => {
|
const lang = computed(() => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user