From 1d30d450bb41e1117e9be4d6a6c7c3ca4b007601 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期二, 28 六月 2022 09:12:16 +0800 Subject: [PATCH] 'lct' --- 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 20f58ed..29b40dd 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 initBackEndControlRoutes(); + await initFrontEndControlRoutes(); signInSuccess(); }else{ state.loading.signIn = false -- Gitblit v1.9.2