浏览代码

修改接口链接

twt 3 年之前
父节点
当前提交
c9105fb2fd
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      operatingCompany/common/request.js
  2. 1 1
      operatingCompany/pages/entryReport/entryredItem.vue

+ 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;