From ec092a5b79fddbf242d8205583360c539b6dfe02 Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Tue, 16 Nov 2021 17:32:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/page/Login.vue | 2 ++ src/components/page/Record.vue | 4 +++- src/config/index.js | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/page/Login.vue b/src/components/page/Login.vue index 2d452d6..893afb0 100644 --- a/src/components/page/Login.vue +++ b/src/components/page/Login.vue @@ -295,6 +295,8 @@ export default { } this.$get(this.api.logins,data).then(res => { this.$post(this.api.updateLogInNumber,{userId: this.userId}).then(res => {}).catch(res => {}); + + sessionStorage.setItem('userName', res.message.user.account); this.$message.success('登录成功'); sessionStorage.setItem('sta_client_username', this.activeName == '0' ? this.loginForm.username : this.phoneParam.userphone); this.$store.commit("userLoginData", { userId : this.userId,accountRole: this.roleId,studentId : this.studentId,schoolId: this.schoolId,token: res.message.user.token }); diff --git a/src/components/page/Record.vue b/src/components/page/Record.vue index e1660fe..6042f8b 100644 --- a/src/components/page/Record.vue +++ b/src/components/page/Record.vue @@ -6,7 +6,7 @@

姓名

-

{{overview.userName}}

+

{{userName}}

@@ -46,9 +46,11 @@ export default { courseId: this.$store.state.courseId, userId: this.$store.state.userId, overview: {}, + userName:'', }; }, mounted() { + this.userName = sessionStorage.getItem('userName') this.getData(); }, methods: { diff --git a/src/config/index.js b/src/config/index.js index b138bd9..976533a 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -1,5 +1,5 @@ const isHh = location.host.includes('10.196.131.73') //是否是河海版本 -const isCH = location.host.includes('120.78.127.12') //是否是巢湖版本 +const isCH = location.host.includes('124.71.12.62') //是否是巢湖版本 const isBeta = process.env.NODE_ENV === 'development' || location.host.includes('120.78.198.231') //是否是职站测试 const isPro = location.host.includes('occupationlab.com') //是否是职站生产 @@ -19,7 +19,7 @@ if(isHh) { { id: 8, label: '大数据分析实验教学系统' } ]; } else if(isCH) { - host = "http://120.78.127.12/"; + host = "http://124.71.12.62/"; title = "学生端"; schoolId = 1006; systemList = [