From 9f9a7cf55447d9ba84fa29b66d42e090a3aa0343 Mon Sep 17 00:00:00 2001 From: daihh Date: Mon, 12 Dec 2022 17:22:50 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/UcHeader/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/UcHeader/Index.vue b/src/components/UcHeader/Index.vue index 2a5aad72..d79f2993 100644 --- a/src/components/UcHeader/Index.vue +++ b/src/components/UcHeader/Index.vue @@ -165,7 +165,7 @@ import {userAvatarText,cutFullName} from "@/utils/tools.js"; if(this.isTest){ //this.$router.push('/manage/learningpath'); - location.href=process.env.BASE_URL+'manage/learningpath'; + location.href='/manage/learningpath'; }else{ this.$router.push('/manager/index'); } From 76b09f24e9249bb10b7b5d1c40a3bf85498ba8bc Mon Sep 17 00:00:00 2001 From: daihh Date: Mon, 12 Dec 2022 19:21:28 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E7=81=B0=E5=BA=A6=E7=99=BD=E5=90=8D?= =?UTF-8?q?=E5=8D=95=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/UcHeader/Index.vue | 14 +++++++------- src/components/UserCenter/menu.vue | 14 +++++++++++--- src/utils/testUsers.js | 4 ++-- 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/src/components/UcHeader/Index.vue b/src/components/UcHeader/Index.vue index d79f2993..e8b3ce73 100644 --- a/src/components/UcHeader/Index.vue +++ b/src/components/UcHeader/Index.vue @@ -162,13 +162,13 @@ import {userAvatarText,cutFullName} from "@/utils/tools.js"; setCurIdentity(iden){ this.$store.dispatch('SetCurIdentity',iden); - - if(this.isTest){ - //this.$router.push('/manage/learningpath'); - location.href='/manage/learningpath'; - }else{ - this.$router.push('/manager/index'); - } + this.$router.push('/manager/index'); + // if(this.isTest){ + // //this.$router.push('/manage/learningpath'); + // location.href='/manage/learningpath'; + // }else{ + // this.$router.push('/manager/index'); + // } }, jumrank(){ this.$router.push('/user/ranking'); diff --git a/src/components/UserCenter/menu.vue b/src/components/UserCenter/menu.vue index 984161cb..00711cf1 100644 --- a/src/components/UserCenter/menu.vue +++ b/src/components/UserCenter/menu.vue @@ -99,12 +99,12 @@ 旧版管理员界面 - + + + + + From 7049537862660dcb66608a184a3529fc9443c23a Mon Sep 17 00:00:00 2001 From: daihh Date: Tue, 13 Dec 2022 16:14:43 +0800 Subject: [PATCH 5/6] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BD=E5=90=8D?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/testUsers.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/utils/testUsers.js b/src/utils/testUsers.js index 743c1c96..b32d7f31 100644 --- a/src/utils/testUsers.js +++ b/src/utils/testUsers.js @@ -1,11 +1,15 @@ /**测试人员名单*/ const userCodes=[ - '00004409' + '00004409', + 'boeutest', + '10181457' ] const userCodesPro=[ - '00004409' + '00004409', + 'boeutest', + '10181457' ] /**是否是测试人员*/ From 34a05f37b758fe6623c46f26670764561b2ab696 Mon Sep 17 00:00:00 2001 From: daihh Date: Tue, 13 Dec 2022 16:31:00 +0800 Subject: [PATCH 6/6] =?UTF-8?q?=E6=8F=90=E4=BA=A4iframe=E5=B5=8C=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/UserCenter/menu.vue | 2 +- src/utils/testUsers.js | 2 ++ src/views/study/StudyPath.vue | 19 ++++++++++++++++--- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/src/components/UserCenter/menu.vue b/src/components/UserCenter/menu.vue index 4b269be7..fa3dff09 100644 --- a/src/components/UserCenter/menu.vue +++ b/src/components/UserCenter/menu.vue @@ -246,7 +246,7 @@ 我的考试 - + 学习路径图 diff --git a/src/utils/testUsers.js b/src/utils/testUsers.js index b32d7f31..11f7a0c8 100644 --- a/src/utils/testUsers.js +++ b/src/utils/testUsers.js @@ -1,6 +1,8 @@ /**测试人员名单*/ const userCodes=[ + '12345601', + '12345603', '00004409', 'boeutest', '10181457' diff --git a/src/views/study/StudyPath.vue b/src/views/study/StudyPath.vue index 48a986c2..b60e4964 100644 --- a/src/views/study/StudyPath.vue +++ b/src/views/study/StudyPath.vue @@ -1,12 +1,25 @@ -