浏览代码

新批量发版

朱鑫波 4 年之前
父节点
当前提交
bf15f6450a
共有 1 个文件被更改,包括 2 次插入5 次删除
  1. 2 5
      src/views/modules/autoLaunch/newAppId.vue

+ 2 - 5
src/views/modules/autoLaunch/newAppId.vue

@@ -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)