From e7aae1401400b9a75f9ab5988c066a9a6d9a64f0 Mon Sep 17 00:00:00 2001 From: dhy1725534722 <1725534722@qq.com> Date: Mon, 7 Aug 2023 13:39:16 +0800 Subject: [PATCH] 1 --- src/App.vue | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/App.vue b/src/App.vue index ecb4b46..e644922 100644 --- a/src/App.vue +++ b/src/App.vue @@ -24,13 +24,8 @@ export default { }; }, mounted(){ - setTimeout(async () => { - let Authentication = await this.$api.toLogin.frimLogin(); - localStorage.setItem( - "MSSM-LIAONING__TOKEN", - Authentication.data.result.userToken - ); - }, 10); + + } };