diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js index 47df9fbfc..42655f0d3 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js @@ -21,7 +21,7 @@ export default { // "http://192.168.2.98:8088/" // ], "apiHost": [ - "http://192.168.10.58:8012/"//测试地址接口 + "http://cyzjzx.gnway.cc:31218/"//测试地址接口 // "http://219.139.155.38:8687/"//正式地址接口 // "http://192.168.10.175:8088/" ], diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MeetingManagement/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MeetingManagement/single.vue index 4f9c25f32..8c90f410b 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MeetingManagement/single.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MeetingManagement/single.vue @@ -321,7 +321,6 @@ export default { // return // } this.LOADING('正在提交...') - alert(this.id) this.HTTP_POST('/learun/adms/PersonnelManagement/MeetingManagement/submit', {Id:this.id, ProcessId:this.processId} , '提交失败').then( success => { this.HIDE_LOADING()