From bd4eff86596ea1b2408f5259bcc036887189b041 Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Fri, 3 Dec 2021 18:14:42 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=8F=90=E4=BB=B7=E4=B8=80=E4=B8=8B?= =?UTF-8?q?=E6=B2=A1=E6=94=B9=E4=BB=80=E4=B9=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/project/list/index.vue | 20 ++++++++++---------- src/pages/student/list/index.vue | 2 +- src/setting.js | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/pages/project/list/index.vue b/src/pages/project/list/index.vue index 3e075f0..9227010 100644 --- a/src/pages/project/list/index.vue +++ b/src/pages/project/list/index.vue @@ -84,21 +84,21 @@ {{ stateKeys[scope.row.state] }} - + diff --git a/src/pages/student/list/index.vue b/src/pages/student/list/index.vue index 5655bd8..4ecccf1 100644 --- a/src/pages/student/list/index.vue +++ b/src/pages/student/list/index.vue @@ -994,7 +994,7 @@ export default { } util.successMsg(`上传成功${res.data.successNum},上传失败${res.data.failureNum}`); this.handleRefresh(); - util.successMsg(`本次上传有${res.data.failureNum}个失败`); + util.successMsg(`本次上传有${res.data.failureNum}个错误信息录入`); this.getClassTreeData('','1','') } else { diff --git a/src/setting.js b/src/setting.js index e990dc3..492bd2f 100644 --- a/src/setting.js +++ b/src/setting.js @@ -35,8 +35,8 @@ if (isHh) { title = "职站服务端管理系统"; } else if (isDev) { jumpPath = "http://192.168.31.154:8087/"; - host = "http://39.108.250.202:9000/"; // 中台测试服 - // host = "http://192.168.31.151:9000/"; // 榕 + // host = "http://39.108.250.202:9000/"; // 中台测试服 + host = "http://192.168.31.151:9000/"; // 榕 // host = "http://192.168.31.125:9000/"; // 坤 // host = 'http://192.168.31.137:9000/'; // 赓 title = "职站服务端管理系统"; From 96107df64732d9c518832f4ef5ab8c11f65bcb3f Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Mon, 6 Dec 2021 10:10:18 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/setting.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/setting.js b/src/setting.js index 492bd2f..9736ae2 100644 --- a/src/setting.js +++ b/src/setting.js @@ -27,7 +27,7 @@ if (isHh) { title = "职站服务端管理系统"; } else if (isPro) { // 职站生产 - host = "http://www.occupationlab.com/"; + host = "http://www.occupationlab.com:9000/"; title = "职站服务端管理系统"; } else if (isTest){ jumpPath = "http://39.108.250.202/judgmentPoint/"; @@ -35,8 +35,9 @@ if (isHh) { title = "职站服务端管理系统"; } else if (isDev) { jumpPath = "http://192.168.31.154:8087/"; - // host = "http://39.108.250.202:9000/"; // 中台测试服 - host = "http://192.168.31.151:9000/"; // 榕 + // host = "http://www.occupationlab.com:9000/";//线上 + host = "http://39.108.250.202:9000/"; // 中台测试服 + // host = "http://192.168.31.151:9000/"; // 榕 // host = "http://192.168.31.125:9000/"; // 坤 // host = 'http://192.168.31.137:9000/'; // 赓 title = "职站服务端管理系统"; From ea7be22c816715fcb41eaa166bfb4b8274b546c0 Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Tue, 7 Dec 2021 11:18:23 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=9E=E9=AA=8C?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=AE=A1=E7=90=86,=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E4=BA=BA=E9=BB=98=E8=AE=A4=E4=B8=BA=E5=85=A8=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/project/list/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/project/list/index.vue b/src/pages/project/list/index.vue index 9227010..5acd892 100644 --- a/src/pages/project/list/index.vue +++ b/src/pages/project/list/index.vue @@ -135,7 +135,7 @@ export default { systemList: [], queryData: { platformId: 1, // 平台:职站:1 中台:3 - founder: 0, // 创建人角色(0:系统 1:老师) + founder: 2, // 创建人角色(0:系统 1:老师 2:全部) state: "", // 状态(0:草稿箱 1:已发布) permissions: "" // 项目权限(0:练习 1:考核 2:竞赛) }, @@ -174,6 +174,10 @@ export default { { value: 1, label: "老师" + }, + { + value: 2, + label: "全部" } ], founderKeys: {