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] =?UTF-8?q?=E6=8F=90=E4=BB=B7=E4=B8=80=E4=B8=8B=E6=B2=A1?= =?UTF-8?q?=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 = "职站服务端管理系统";