|
@@ -607,7 +607,7 @@
|
|
|
that.$queue.showLoading("上传中...");
|
|
that.$queue.showLoading("上传中...");
|
|
|
uni.uploadFile({ // 上传接口
|
|
uni.uploadFile({ // 上传接口
|
|
|
url: that.config("APIHOST1") + '/alioss/upload', //真实的接口地址
|
|
url: that.config("APIHOST1") + '/alioss/upload', //真实的接口地址
|
|
|
- // url: 'https://www.daweilinli.com/sqx_fast/alioss/upload',
|
|
|
|
|
|
|
+ // url: 'https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload',
|
|
|
filePath: res.tempFilePaths[i],
|
|
filePath: res.tempFilePaths[i],
|
|
|
name: 'file',
|
|
name: 'file',
|
|
|
success: (uploadFileRes) => {
|
|
success: (uploadFileRes) => {
|
|
@@ -642,7 +642,7 @@
|
|
|
that.$queue.showLoading("上传中...");
|
|
that.$queue.showLoading("上传中...");
|
|
|
uni.uploadFile({ // 上传接口
|
|
uni.uploadFile({ // 上传接口
|
|
|
// url: that.config("APIHOST1") + '/alioss/upload', //真实的接口地址
|
|
// url: that.config("APIHOST1") + '/alioss/upload', //真实的接口地址
|
|
|
- url: 'https://www.daweilinli.com/sqx_fast/alioss/upload',
|
|
|
|
|
|
|
+ url: 'https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload',
|
|
|
filePath: res.tempFilePaths[i],
|
|
filePath: res.tempFilePaths[i],
|
|
|
name: 'file',
|
|
name: 'file',
|
|
|
success: (uploadFileRes) => {
|
|
success: (uploadFileRes) => {
|