Ver Fonte

Merge branch 'test-2'

朱鑫波 há 4 anos atrás
pai
commit
b8444dce59
2 ficheiros alterados com 8 adições e 7 exclusões
  1. 6 5
      src/views/modules/autoLaunch/configLaunchInfo.vue
  2. 2 2
      vue.config.js

+ 6 - 5
src/views/modules/autoLaunch/configLaunchInfo.vue

@@ -865,11 +865,11 @@
                             </a-form-item>        
                         </div>
                     </div>
-                    <div class="row-item">
+                    <div class="row-item" v-if="whiteList.creative_category_switch==1">
                         <div class="hint-item"></div>
                         <div class="label-item">
                         <div class="text-item">创意分类</div>
-                        <div class="required-item" v-show="whiteList.creative_category_switch"></div>
+                        <div class="required-item" ></div>
                         </div>
                         <div class="input-item">
                         <a-form-item >
@@ -883,11 +883,11 @@
                         </a-form-item>
                         </div>
                     </div>
-                    <div class="row-item">
+                    <div class="row-item" v-if="whiteList.creative_category_switch">
                         <div class="hint-item"></div>
                         <div class="label-item">
                         <div class="text-item">创意标签</div>
-                        <div class="required-item" v-show="whiteList.creative_category_switch"></div>
+                        <div class="required-item" ></div>
                         </div>
                         <div class="input-item">
                         <a-form-item>
@@ -1968,6 +1968,7 @@ export default {
                     }
                  
                     if(values.creativeCategory&&values.creativeCategory.length>0){
+                        
                         values.creativeCategory=values.creativeCategory[values.creativeCategory.length-1]
                     }else{
                          values.creativeCategory=undefined
@@ -2230,7 +2231,7 @@ export default {
                     this.noAreaBreak=res.result.noAreaBreak?true:false
                     this.noGenderBreak=res.result.noGenderBreak?true:false
                     this.noAgeBreak=res.result.noAgeBreak?true:false
-                    this.appStore=res.result.appStore?JSON.parse(res.result.appStore):this.appStore
+                    this.appStore=res.result.appStore?JSON.parse(res.result.appStore):[]
                     this.ageArr=[];
                     this.ageArr=JSON.parse(JSON.stringify(ageArr))
                     

+ 2 - 2
vue.config.js

@@ -79,13 +79,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,