Browse Source

提交,打包备份

朱鑫波 4 years ago
parent
commit
ce308960ea

+ 1 - 0
src/views/modules/kuaishouapp/account/advertisingGroup.vue

@@ -722,6 +722,7 @@
           0: '未知',
           1: '优选广告位',
           3: '视频播放页广告-便利贴广告',
+          5: '联盟广告',
           6: '上下滑大屏广告',
           7: '信息流广告'
         }

+ 1 - 2
src/views/modules/kuaishouapp/account/stepForm/Step2.vue

@@ -245,7 +245,7 @@
         :wrapperCol="{ lg: { span: 10 }, sm: { span: 17 } }">
          <a-radio-group buttonStyle="solid" v-decorator="['unitType', { initialValue: '4' }]">
           <a-radio-button value="4">自定义</a-radio-button>
-          <a-radio-button value="5">程序化创意</a-radio-button>
+          <a-radio-button value="7">程序化创意2.0</a-radio-button>
         </a-radio-group>
        </a-form-item>
       <div style="text-align:center;font-size:16px">优化目标和计费</div>
@@ -911,7 +911,6 @@
               groupArr: groupArr,
               accountId: localStorage.getItem('accountId'),
               campaignId: localStorage.getItem('campaignId'),
-              unitType: 4,
               beginTime: moment(this.timeRange[0]).format('YYYY-MM-DD'),
               endTime: this.allForm.time == '2' ? moment(this.timeRange[1]).format('YYYY-MM-DD') : '',
               scheduleTime: this.allForm.scheduleTime == '2' ?

+ 2 - 2
src/views/modules/kuaishouapp/account/stepForm/Step3.vue

@@ -126,7 +126,7 @@
             <a-input v-model="pane.tab" readOnly></a-input>
           </a-form-item>
 
-          <a-form-item label="素材类型" :labelCol="labelCol" :wrapperCol="wrapperCol" v-if="pane.sceneId.indexOf(1)>=0||pane.sceneId.indexOf(3)>=0||pane.sceneId.indexOf(6)>=0">
+          <a-form-item label="素材类型" :labelCol="labelCol" :wrapperCol="wrapperCol" v-if="pane.sceneId.indexOf(5)>=0||pane.sceneId.indexOf(1)>=0||pane.sceneId.indexOf(3)>=0||pane.sceneId.indexOf(6)>=0">
             <a-radio-group buttonStyle="solid" v-decorator="['creativeMaterialType', { initialValue: '1' }]"  @change="changeType(bestIndex)">
               <a-radio-button value="1">竖版视频</a-radio-button>
               <a-radio-button value="2">横版视频</a-radio-button>
@@ -137,7 +137,7 @@
           <!-- <a-form-item label="素材同步" :labelCol="labelCol" :wrapperCol="wrapperCol">
            
           </a-form-item> -->
-          <a-form-item label="创意内容" :labelCol="labelCol"  v-if="pane.sceneId.indexOf(1)>=0||pane.sceneId.indexOf(3)>=0||pane.sceneId.indexOf(6)>=0">
+          <a-form-item label="创意内容" :labelCol="labelCol"  v-if="pane.sceneId.indexOf(5)>=0||pane.sceneId.indexOf(1)>=0||pane.sceneId.indexOf(3)>=0||pane.sceneId.indexOf(6)>=0">
             <a-layout>
               <a-layout-content style="padding:10px;">
 

+ 2 - 2
vue.config.js

@@ -58,7 +58,7 @@ module.exports = {
     open : true,
     proxy: {
       '/jeecg-boot': {
-        //  target: 'http://192.168.1.8:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
+         target: 'http://192.168.1.8:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
         // target: 'http://192.168.0.59:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.1.72:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.2.115:8080', //请求本地 需要jeecg-boot后台项目  祚云
@@ -69,7 +69,7 @@ module.exports = {
         // target: 'http://192.168.1.51:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.0.252:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.0.170:8088', //请求本地 需要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后台项目