From 3c8605fb014b62fecba50e985225945cb4ef99a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Thu, 4 May 2023 11:24:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E5=90=ACtoken=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E7=9B=91=E5=90=ACuserId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index d66320c..c5ab5ef 100644 --- a/src/App.vue +++ b/src/App.vue @@ -14,7 +14,7 @@ import defaultSettings from '@/settings' const { proxy } = getCurrentInstance() const token = computed(() => { - return useUserStore().token + return useUserStore().userId }) const lang = computed(() => {