Przeglądaj źródła

提交代码-应用宝管理

朱鑫波 4 lat temu
rodzic
commit
a3b1ae535a

+ 27 - 32
src/views/modules/autoLaunch/application/directional-service.js

@@ -11,25 +11,19 @@
         return [
             {
                 title: '账户名称',
-                dataIndex: 'accountName',
-                width: '30%'
-            },
-            {
-                title: '所属项目',
-                dataIndex: 'projectName',
-                width: '30%'
+                dataIndex: 'authName',
+                width: '50%',
+                align: 'center'
             },
+           
             {
-                title: '人群包数量',
-                dataIndex: 'count',
-                width: '20%'
+                title: '应用数量',
+                dataIndex: 'appCount',
+                width: '50%',
+                align: 'center'
             },
-            {
-                title: '状态',
-                dataIndex: 'statusStr',
-                width: '20%'
-            }
         ]
+            
     }
 
     // 原因的table列表
@@ -57,19 +51,16 @@
     setDepColumns() {
         return [
             {
-                title: '项目名称',
-                dataIndex: 'projectName',
-                width: '40%'
+                title: '广告组名称',
+                dataIndex: 'unitName',
+                width: '50%',
+                align: 'center'
             },
             {
-                title: '账户数量',
-                dataIndex: 'accountCount',
-                width: '20%'
-            },
-            {
-                title: '人群包数量',
-                dataIndex: 'count',
-                width: '20%'
+                title: '所属账户',
+                dataIndex: 'authName',
+                width: '50%',
+                align: 'center'
             }
         ]
     }
@@ -78,16 +69,20 @@
     setPlatform() {
         return [
             {
-                label: 0,
-                value: '不限'
-            },
-            {
                 label: 1,
-                value: 'Android'
+                value: 'Android 应用下载'
             },
             {
                 label: 2,
-                value: 'IOS'
+                value: 'Android 网页游戏'
+            },
+            {
+                label: 3,
+                value: 'iOS 应用下载'
+            },
+            {
+                label: 4,
+                value: 'iOS 网页游戏'
             }
         ]
     }

+ 4 - 1
src/views/modules/autoLaunch/application/directional.less

@@ -1,8 +1,11 @@
 .directional-content {
     background: #fff;
-    height: calc(100vh - 137px);
+    // height: calc(100vh - 137px);
     padding: 20px;
     overflow-y: auto;
+    .middle-button {
+        margin: 0 8px;
+    }
     .control-con-header {
         margin-bottom: 20px;
         position: relative;

Plik diff jest za duży
+ 760 - 376
src/views/modules/autoLaunch/application/application.vue


+ 4 - 4
src/views/modules/autoLaunch/material-pool/material.vue

@@ -37,10 +37,10 @@ export default {
                     key: 'url',
                     tab: '落地页管理',
                 },
-                // {
-                //     key: 'application',
-                //     tab: '应用包管理',
-                // },
+                {
+                    key: 'application',
+                    tab: '应用包管理',
+                },
             ], 
         }
     },

+ 2 - 2
vue.config.js

@@ -77,7 +77,7 @@ module.exports = {
         // target: 'http://192.168.1.43:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.1.43:8806', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.0.252:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
-        // target: 'http://192.168.1.219:8081', //请求本地 需要jeecg-boot后台项目  赵西安
+        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后台项目
@@ -86,7 +86,7 @@ module.exports = {
         //  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.165.84:8806', //测试
+      //  target:'http://139.186.165.84:8806', //测试
 
         ws: false,