Browse Source

添加财务媒体类型

朱鑫波 3 years ago
parent
commit
5b56bdd051
2 changed files with 18 additions and 2 deletions
  1. 16 0
      src/views/modules/policy-management/policy-management.vue
  2. 2 2
      vue.config.js

+ 16 - 0
src/views/modules/policy-management/policy-management.vue

@@ -497,6 +497,9 @@
                                 <a-select-option :value="2">快手</a-select-option>
                                 <a-select-option :value="3">千川</a-select-option>
                                 <a-select-option :value="4">UD</a-select-option>
+                                <a-select-option :value="5">阿里内广</a-select-option>
+                                <a-select-option :value="6">快手服务商</a-select-option>
+                                <a-select-option :value="7">磁力金牛</a-select-option>
                             </a-select>
                         </a-form-model-item>
                         <a-form-model-item label="销售" prop="createUserId">
@@ -794,7 +797,20 @@ export default {
                 {
                     id: 4,
                     name: 'UD'
+                },
+                {
+                    id: 5,
+                    name: '阿里内广'
+                },
+                {
+                    id: 6,
+                    name: '快手服务商'
+                },
+                {
+                    id: 7,
+                    name: '磁力金牛'
                 }
+
             ],
             creativeRebateOptions: [
                 {

+ 2 - 2
vue.config.js

@@ -108,7 +108,7 @@ module.exports = {
         // target: 'http://192.168.1.59:7001', //请求本地 需要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后台项目
@@ -119,7 +119,7 @@ module.exports = {
         // target:'http://gateway.tjyourong.com.cn', //测试
         // target:'http://apipre.tjyourong.com.cn', //预生产
         // target: 'http://192.168.1.134:7001', //请求本地 需要jeecg-boot后台项目  周泽宇
-        target:'http://192.168.0.195:9999/',
+        // target:'http://192.168.0.195:9999/',
         // target:'http://gateway.tjyourong.com.cn/',//测试
 
         ws: false,