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 = "职站服务端管理系统";