twt лет назад: 3
Родитель
Сommit
c9105fb2fd

+ 1 - 1
operatingCompany/common/request.js

@@ -1,4 +1,4 @@
- const baseUrl = 'http://58.56.15.138:20132/' 
+ const baseUrl = 'http://58.56.15.138:20189/' 
  
 
 //const baseUrl = 'https://api.dms.66km.com/'

+ 1 - 1
operatingCompany/pages/entryReport/entryredItem.vue

@@ -181,7 +181,7 @@
 				
 				var num=10-length;
 				uni.chooseImage({
-					sourceType: ['album'],
+					sourceType: ['album','camera'],
 					count:num, 
 				    success: (chooseImageRes) => {
 				        const tempFilePaths = chooseImageRes.tempFilePaths;