From 5e15de578dffaa00168e8cff66210826de1ac55b Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期一, 27 六月 2022 16:33:04 +0800 Subject: [PATCH] '删除模块' --- src/views/login/component/account.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/login/component/account.vue b/src/views/login/component/account.vue index 29b40dd..20f58ed 100644 --- a/src/views/login/component/account.vue +++ b/src/views/login/component/account.vue @@ -105,7 +105,7 @@ Session.set('projectId','') Session.set('token', res.data.data.accessToken); Session.set('sign',res.data.data.id) - await initFrontEndControlRoutes(); + // await initBackEndControlRoutes(); signInSuccess(); }else{ state.loading.signIn = false -- Gitblit v1.9.2