Jelajahi Sumber

渠道号发版

朱鑫波 3 tahun lalu
induk
melakukan
7371608706

+ 2 - 2
src/utils/request.js

@@ -21,9 +21,9 @@ else if (process.env.NODE_ENV === 'debug') {
 else if (process.env.NODE_ENV === 'production') {
 	// axios.defaults.baseURL = 'http://apipre.tjyourong.com.cn/jeecg-boot'; // 预生产
 	// axios.defaults.baseURL = 'http://gateway.tjyourong.com.cn/jeecg-boot';//测试
-	axios.defaults.baseURL = 'http://api.tjyourong.com.cn/jeecg-boot'; // 生产环境
+	// axios.defaults.baseURL = 'http://api.tjyourong.com.cn/jeecg-boot'; // 生产环境
 	// axios.defaults.baseURL = 'http://gateway.tjyourong.com.cn/jeecg-boot'; // 测试环境
-	// axios.defaults.baseURL = 'http://192.168.0.195:9999/jeecg-boot'; // 测试环境
+	axios.defaults.baseURL = 'http://192.168.0.195:9999/jeecg-boot'; // 测试环境
 	// axios.defaults.baseURL = 'http://192.168.1.134:9999/jeecg-boot'; // 泽宇环境
 
 }

+ 15 - 15
src/views/modules/autoLaunch/channelManage/channelDetailList.vue

@@ -594,21 +594,21 @@ let detailColumns = [
         align: 'center',
         key: 'channelName'
     },
-    {
-        title: '使用范围',
-        dataIndex: 'usageRange',
-        customRender: function(text) {
-            if (text == 1) {
-                return '账户'
-            } else if (text == 2) {
-                return '项目'
-            } else {
-                return text
-            }
-        },
-        align: 'center',
-        key: 'usageRange'
-    },
+    // {
+    //     title: '使用范围',
+    //     dataIndex: 'usageRange',
+    //     customRender: function(text) {
+    //         if (text == 1) {
+    //             return '账户'
+    //         } else if (text == 2) {
+    //             return '项目'
+    //         } else {
+    //             return text
+    //         }
+    //     },
+    //     align: 'center',
+    //     key: 'usageRange'
+    // },
     // {
     //     title: '项目名称',
     //     dataIndex: 'projectName',

+ 18 - 18
src/views/modules/autoLaunchRevision/createLaunch.vue

@@ -2684,7 +2684,7 @@ li.chouzhen.first:before {
                 </a-select>
             </a-form-item>
         </a-modal>
-        <a-modal v-model="lookChannelVisible" :footer="null" :width="1000">
+        <a-modal v-model="lookChannelVisible" :footer="null" :width="1000" :zIndex="1000000">
             <a-table
                 :columns="TTcolumns"
                 :dataSource="lookChannelList"
@@ -2692,7 +2692,7 @@ li.chouzhen.first:before {
                 :loading="lookChannelLoading"
                 bordered
                 size="middle"
-                style="word-break: break-all;font-size:16px;font-weight:600"
+                style="word-break: break-all;font-size:16px;font-weight:600;margin-top: 20px;"
                 id="outTable"
                 ref="accountTable"
                 rowKey="id"
@@ -2792,17 +2792,17 @@ let interestVideoOptions = []
 let TTcolumns = [
     {
         title: '渠道号',
-        dataIndex: 'channel_code',
-        scopedSlots: { customRender: 'channel_code' },
+        dataIndex: 'channelCode',
+        scopedSlots: { customRender: 'channelCode' },
         align: 'center',
-        key: 'channel_code'
+        key: 'channelCode'
     },
     {
         title: '渠道号名称',
-        dataIndex: 'channel_name',
-        scopedSlots: { customRender: 'channel_name' },
+        dataIndex: 'channelName',
+        scopedSlots: { customRender: 'channelName' },
         align: 'center',
-        key: 'channel_name'
+        key: 'channelName'
     },
     {
         title: '下载链接',
@@ -2814,26 +2814,26 @@ let TTcolumns = [
     },
     {
         title: '调起链接',
-        dataIndex: 'schema_uri',
-        scopedSlots: { customRender: 'schema_uri' },
+        dataIndex: 'schemaUri',
+        scopedSlots: { customRender: 'schemaUri' },
         align: 'center',
-        key: 'schema_uri',
+        key: 'schemaUri',
         width: 300
     },
     {
         title: '第三方点击监测链接',
-        dataIndex: 'click_track_url',
-        scopedSlots: { customRender: 'click_track_url' },
+        dataIndex: 'clickTrackUrl',
+        scopedSlots: { customRender: 'clickTrackUrl' },
         align: 'center',
-        key: 'click_track_url',
+        key: 'clickTrackUrl',
         width: 300
     },
     {
         title: '第三方actionBar监测链接',
-        dataIndex: 'actionbar_click_url',
-        scopedSlots: { customRender: 'actionbar_click_url' },
+        dataIndex: 'actionbarClickUrl',
+        scopedSlots: { customRender: 'actionbarClickUrl' },
         align: 'center',
-        key: 'actionbar_click_url',
+        key: 'actionbarClickUrl',
         width: 300
     }
 ]
@@ -4087,7 +4087,7 @@ export default {
                 if (this.appDetail.schemaUri) {
                     this.uriCheck = true
                 }
-                if (this.channelData && this.channelData.channel.isHaveItem) {
+                if (this.channelData && this.channelData.channel.isHaveItem>-1) {
                     this.useChannel = true
                 }
                 this.appDetailMiddle = JSON.parse(JSON.stringify(this.appDetail))