Browse Source

'改快手视频报表表头'

魏志佳 4 năm trước cách đây
mục cha
commit
9d143c7007

+ 1 - 1
src/views/modules/Statistics/videoStatics/KSvideoStatics.vue

@@ -762,7 +762,7 @@ export default {
         let column = this.columns.map((item, index) => {
           return item.dataIndex
         })      
-        columns=column.splice(7)
+        columns=column.splice(8)
       }
       downFilePost('/ctop/kuaishou/videoReport/excelV2', {
         columns,

+ 2 - 2
vue.config.js

@@ -68,7 +68,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.1.8:8081', //请求本地 需要jeecg-boot后台项目  蒙蒙
         // target: 'http://192.168.0.59:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.1.188:8088', //请求本地 需要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.151.174:8804', //测试
+      //  target:'http://139.186.151.174:8804', //测试
 
         ws: false,