From ea61f41e888d3de2001e0564f0147eee055894c6 Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期四, 07 七月 2022 18:00:52 +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 5e2275a..ca1e619 100644 --- a/src/views/login/component/account.vue +++ b/src/views/login/component/account.vue @@ -101,7 +101,7 @@ userInfo.setUserInfos(res.data.data) Session.set('token', res.data.data.accessToken); Session.set('projectId',''); - Session.set('uid',res.data.data.id); + Session.set('uid',res.data.data.uid); await initBackEndControlRoutes(); signInSuccess(); }else{ -- Gitblit v1.9.2