heyang 2 rokov pred
rodič
commit
ad9bff1de8

+ 1 - 1
api/request/config.js

@@ -11,7 +11,7 @@ const config = {
 	// base_url: 'https://lab.sxitdlc.com/labNhSystem/',//43服务器高升测试
 	base_url: 'https://lab.sxitdlc.com/labAppTest/',//43服务器线上
     // base_url: 'https://lab.sxitdlc.com/appTest/',//88服务器线上
-	 //base_url: 'https://lab.sxitdlc.com/labSystem/', //矿大地址
+	// base_url: 'https://lab.sxitdlc.com/labSystem/', //矿大地址
 	// base_url: 'https://lab.sxitdlc.com/jdlabSystem/', //交大地址
     // base_url: 'https://lab.sxitdlc.com/jndxlabSystem/', //暨大地址
     //  base_url: 'https://lab.sxitdlc.com/kdwclabSystem/', //矿大文昌地址

+ 0 - 3
pages_manage/gradingControl/gradingControlAdd.vue

@@ -238,9 +238,6 @@
 				  count: 1,
 				  type: 'all',
 				  success (res) {
-					  console.log(11111)
-					  console.log(res)
-					  console.log(res.tempFiles)
 					let text = res.tempFiles[0].path.substring(res.tempFiles[0].path.lastIndexOf('.') + 1);
 
 

+ 0 - 1
pages_manage/workbench/securityCheck/inspectionRecords.vue

@@ -81,7 +81,6 @@
 			let First = uni.getStorageSync('First')
 
 			if(First){//非第一次进入
-				console.log(1111)
 				this.getList();
 			}else{//第一次进入
 			  uni.setStorageSync('First', 'true')//设置关键字和其值

+ 0 - 3
pages_student/gradingControl/gradingControlAdd.vue

@@ -238,9 +238,6 @@
 				  count: 1,
 				  type: 'all',
 				  success (res) {
-					  console.log(11111)
-					  console.log(res)
-					  console.log(res.tempFiles)
 					let text = res.tempFiles[0].path.substring(res.tempFiles[0].path.lastIndexOf('.') + 1);
 
 

+ 0 - 2
pages_student/workbench/safeAccess/newApplication.vue

@@ -715,8 +715,6 @@
 					  }
 					}
 				  }
-				  console.log(1111111111111)
-				  console.log(data.data)
 				  this.subjectData = data.data;
 				  this.sysUser=data.data.sysUser;
 				  this.sysUser.nickName==null?'':this.sysUser.nickName;