魏志佳 4 rokov pred
rodič
commit
31a333c7e8

+ 9 - 2
src/views/modules/autoLaunch/configLaunchInfo.vue

@@ -1372,7 +1372,14 @@ export default {
                 //     }
                 // })
                 this.getAppList()
-                
+                getAction('/kuaishou/batch/getIsActivate', {
+                    accountId: this.accountId
+                }).then(res => {
+                    if (res.success) {
+                        this.groupTypeData = res.result
+                        resolve()
+                    }
+                })
                
 
                 getAction('/kuaishou/batch/getCreativeCategory', {
@@ -1675,7 +1682,7 @@ export default {
                 }
             }
             
-           if(val!=undefined && val.length>0){
+           if(val!=undefined || (val&&val.length>0) ){
                 if(this.getFormData('campaignType')==2){
                     
                     if(this.getFormData('singleAppid')==1){

+ 2 - 2
vue.config.js

@@ -80,13 +80,13 @@ module.exports = {
         // target: 'http://192.168.1.219:8080', //请求本地 需要jeecg-boot后台项目  赵西安
         // target: 'http://192.168.1.193:8080', //请求本地 需要jeecg-boot后台项目  李煜一
         // target: 'http://192.168.1.193:31012', //请求本地 需要jeecg-boot后台项目  李煜一
-        //  target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
+         target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
         // target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
         // target: 'http://39.106.184.70:8088/', //请求本地 需要jeecg-boot后台项目
         //  target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目
         // target: 'http://192.168.1.251/', //请求本地 需要jeecg-boot后台项目
         // target:'http://118.24.244.213:8804',
-       target:'http://139.186.151.174:8804', //测试
+      //  target:'http://139.186.151.174:8804', //测试
 
         ws: false,