Prechádzať zdrojové kódy

检测和维护修改文件上传bug

liuQiang 1 rok pred
rodič
commit
beee3eafad

+ 4 - 4
config.js

@@ -1,9 +1,9 @@
 // 应用全局配置
 module.exports = {
-	// baseUrl: 'http://api-security.byants.com',
-	// baseUrlImg:'http://security.byants.com/static/appimg',
-	baseUrlImg:'https://byant.jujutong.cloud/resource/appimg',
-	baseUrl: 'https://byant.jujutong.cloud',
+	baseUrl: 'http://api-security.byants.com',
+	baseUrlImg:'http://security.byants.com/static/appimg',
+	// baseUrlImg:'https://byant.jujutong.cloud/resource/appimg',
+	// baseUrl: 'https://byant.jujutong.cloud',
 	// baseUrl: 'http://192.168.1.24:48081', 
 	// baseUrl:'http://192.168.1.10:48081',
 	// baseUrl:'http://api-security.byants.com/app-api/s9/task/self-page',

+ 1 - 0
pagesA/fire/fpd_detection/edit_detection/edit_detection.vue

@@ -375,6 +375,7 @@
 								url: fileLink,
 								name: fileLink
 							});
+							this.formData.att = fileLink
 							uni.showToast({
 								title: '文件上传成功!'
 							});