|
|
|
@ -89,7 +89,7 @@ export default { |
|
|
|
this.uploadPercent = 0; |
|
|
|
this.uploadPercentbol = true; |
|
|
|
const uploadTask = uni.uploadFile({ |
|
|
|
url: 'https://seee.bigtchain.com/api/app/uploadImage', |
|
|
|
url: 'https://skyada.skybtcss.com/api/app/uploadImage', |
|
|
|
filePath: chooseImageRes.tempFiles[0].path, |
|
|
|
name: 'image', |
|
|
|
header: { |
|
|
|
@ -119,7 +119,7 @@ export default { |
|
|
|
this.uploadPercent1 = 0; |
|
|
|
this.uploadPercentbol1 = true; |
|
|
|
const uploadTask = uni.uploadFile({ |
|
|
|
url: 'https://seee.bigtchain.com/api/app/uploadImage', |
|
|
|
url: 'https://skyada.skybtcss.com/api/app/uploadImage', |
|
|
|
filePath: chooseImageRes.tempFiles[0].path, |
|
|
|
name: 'image', |
|
|
|
header: { |
|
|
|
|