|
@@ -282,12 +282,9 @@ export default {
|
|
|
else if (process.env.NODE_ENV == 'debug') {
|
|
|
}
|
|
|
else if (process.env.NODE_ENV == 'production') {
|
|
|
-
|
|
|
- this.uploadAction= `http://api.tjyourong.com.cn/jeecg-boot/ai/aiKuaiShouAppInfo/importAppExcel?accountId=${this.accountId}&platform=${this.platform}&imageToken=${this.urlListImage.imageToken}`
|
|
|
-
|
|
|
+
|
|
|
+ this.uploadAction= `${this.axios.defaults.baseURL}/ai/aiKuaiShouAppInfo/importAppExcel?accountId=${this.accountId}&platform=${this.platform}&imageToken=${this.urlListImage.imageToken}`
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
|
|
|
this.loadDisabled = true
|
|
|
const size = (Number(file.size) / (1024 * 1024)).toFixed(2)
|