Browse Source

build: PC

zhengxy 1 year ago
parent
commit
2bdbe287ad
32 changed files with 18 additions and 37 deletions
  1. 1 1
      index.html
  2. 0 1
      project/src/components/dataBoard/adqAccount/list.vue
  3. 0 1
      project/src/components/dataBoard/customerStaff/setStatusDialog.vue
  4. 0 4
      project/src/components/dataBoard/operator/operatorData.vue
  5. 0 4
      project/src/components/dataBoard/operator/operatorWxAccount.vue
  6. 0 2
      project/src/components/dataBoard/platformPromote/promoteLink.vue
  7. 0 2
      project/src/components/dataBoard/platformPromote/promotePlaylet.vue
  8. 0 1
      project/src/components/manage/memberComp/batchAssign.vue
  9. 0 1
      project/src/components/manage/memberComp/transferDialog.vue
  10. 0 3
      project/src/components/manage/memberManage.vue
  11. 1 1
      static/css/app.c67b47c34fe5447cc0c96ac155c8fd5c.css
  12. 0 1
      static/js/16.707ea80ddf04bbf286ea.js
  13. 1 1
      static/js/17.a1f270cc9a7e63a78801.js
  14. 1 0
      static/js/17.60ef7946bc76dd41008a.js
  15. 1 1
      static/js/20.bb85bc9181588ac2a3e1.js
  16. 0 1
      static/js/42.97f362b97d99c023935f.js
  17. 1 0
      static/js/42.9ca6c58d101af30d4a03.js
  18. 1 1
      static/js/45.589be1730c8583828970.js
  19. 0 1
      static/js/44.b8d91f609271eba18bd8.js
  20. 1 1
      static/js/46.19a7cfe767e468279b77.js
  21. 1 1
      static/js/47.5e961ea0db14b4f88207.js
  22. 1 0
      static/js/47.24c33c86e95e98fe62f1.js
  23. 1 0
      static/js/53.7facff0b52f43eecda1c.js
  24. 1 1
      static/js/53.6352b93c8978b06cbae7.js
  25. 1 1
      static/js/54.200c4197d5a99858b3d3.js
  26. 1 1
      static/js/55.e29b76702b628bfa0559.js
  27. 1 1
      static/js/56.faec0c75d9b3d5590e57.js
  28. 1 1
      static/js/57.ee380d7f0e90d7c02265.js
  29. 0 1
      static/js/58.8fe9dc36d1b6c74b0f7f.js
  30. 1 1
      static/js/app.49ca0b30a25736c3ad32.js
  31. 1 0
      static/js/manifest.21feabaaeb2208f5a7a9.js
  32. 0 1
      static/js/manifest.e7d34e450244f2d0c8eb.js

+ 1 - 1
index.html

@@ -7,4 +7,4 @@
7 7
         hm.src = "https://hm.baidu.com/hm.js?d61b9e2caf4d46ccda7471b5385e2333";
8 8
         var s = document.getElementsByTagName("script")[0];
9 9
         s.parentNode.insertBefore(hm, s);
10
-      })();</script><link href=./static/css/app.c67b47c34fe5447cc0c96ac155c8fd5c.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.e7d34e450244f2d0c8eb.js></script><script type=text/javascript src=./static/js/app.49ca0b30a25736c3ad32.js></script></body></html>
10
+      })();</script><link href=./static/css/app.bb2d0cf85c6068087c877c72bce46bf5.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.21feabaaeb2208f5a7a9.js></script><script type=text/javascript src=./static/js/app.f3d506759c96fdb4bb60.js></script></body></html>

+ 0 - 1
project/src/components/dataBoard/adqAccount/list.vue

@@ -265,7 +265,6 @@ export default {
265 265
     },
266 266
     // 监听搜索账号
267 267
     onInputKeyword(val) {
268
-      console.log('val => ', val)
269 268
       this.keyword = val || ''
270 269
       this.gzh_init(1)
271 270
     },

+ 0 - 1
project/src/components/dataBoard/customerStaff/setStatusDialog.vue

@@ -69,7 +69,6 @@ export default {
69 69
       this.loading = false
70 70
       const { status } = this.currentCustomer
71 71
       this.form.status = status || ''
72
-      console.log('this.form.status => ', this.form.status)
73 72
       await this.$nextTick()
74 73
       if (this.form.status) {
75 74
         this.$refs.statusEl && this.$refs.statusEl.init_afferent()

+ 0 - 4
project/src/components/dataBoard/operator/operatorData.vue

@@ -136,14 +136,12 @@ export default {
136 136
       // }
137 137
     },
138 138
     handleGetData() {
139
-      console.log('handleGetData 运营数据 => ')
140 139
       this.handleGetSummaryList()
141 140
       this.handleGetList()
142 141
       this.handleGetUpdateTime()
143 142
     },
144 143
     // 获取列表数据
145 144
     async handleGetList() {
146
-      console.log('handleGetList => ')
147 145
       try {
148 146
         this.detailLoading = true
149 147
         const params = {
@@ -191,7 +189,6 @@ export default {
191 189
     },
192 190
     // 获取汇总表数据
193 191
     async handleGetSummaryList() {
194
-      console.log('handleGetSummaryList => ')
195 192
       try {
196 193
         this.summaryLoading = true
197 194
         const params = {
@@ -229,7 +226,6 @@ export default {
229 226
     },
230 227
     // 获取"数据更新时间"
231 228
     async handleGetUpdateTime() {
232
-      console.log('handleGetUpdateTime => ')
233 229
       try {
234 230
         const params = { type: 'operate_data_trend' }
235 231
         const { data: res = {} } = await this.$axios.get(`${this.URL.BASEURL}${this.URL.dataBoard_uptime}`, { params })

+ 0 - 4
project/src/components/dataBoard/operator/operatorWxAccount.vue

@@ -139,14 +139,12 @@ export default {
139 139
       // }
140 140
     },
141 141
     handleGetData() {
142
-      console.log('handleGetData 运营公众号数据 => ')
143 142
       this.handleGetSummaryList()
144 143
       this.handleGetList()
145 144
       this.handleGetUpdateTime()
146 145
     },
147 146
     // 获取列表数据
148 147
     async handleGetList() {
149
-      console.log('handleGetList => ')
150 148
       try {
151 149
         this.detailLoading = true
152 150
         const params = {
@@ -195,7 +193,6 @@ export default {
195 193
     },
196 194
     // 获取汇总表数据
197 195
     async handleGetSummaryList() {
198
-      console.log('handleGetSummaryList => ')
199 196
       try {
200 197
         this.summaryLoading = true
201 198
         const params = {
@@ -234,7 +231,6 @@ export default {
234 231
     },
235 232
     // 获取"数据更新时间"
236 233
     async handleGetUpdateTime() {
237
-      console.log('handleGetUpdateTime => ')
238 234
       try {
239 235
         const params = { type: 'operate_data_trend' }
240 236
         const { data: res = {} } = await this.$axios.get(`${this.URL.BASEURL}${this.URL.dataBoard_uptime}`, { params })

+ 0 - 2
project/src/components/dataBoard/platformPromote/promoteLink.vue

@@ -101,7 +101,6 @@ export default {
101 101
     },
102 102
     // 获取列表数据
103 103
     async handleGetList() {
104
-      console.log('handleGetList => ',)
105 104
       try {
106 105
         this.detailLoading = true
107 106
         const params = {
@@ -154,7 +153,6 @@ export default {
154 153
       // this.handleGetList()
155 154
     },
156 155
     onChangePlaylet(val) {
157
-      console.log('val => ', val)
158 156
       this.filter.playlet = val
159 157
       this.pagination.page = 1
160 158
       // this.handleGetList()

+ 0 - 2
project/src/components/dataBoard/platformPromote/promotePlaylet.vue

@@ -98,7 +98,6 @@ export default {
98 98
     },
99 99
     // 获取列表数据
100 100
     async handleGetList() {
101
-      console.log('handleGetList => ',)
102 101
       try {
103 102
         this.detailLoading = true
104 103
         const params = {
@@ -151,7 +150,6 @@ export default {
151 150
     },
152 151
     // 监听剧集筛选变化
153 152
     onChangePlaylet(val) {
154
-      console.log('val => ', val)
155 153
       this.filter.playlet = val
156 154
       this.pagination.page = 1
157 155
       // this.handleGetList()

+ 0 - 1
project/src/components/manage/memberComp/batchAssign.vue

@@ -174,7 +174,6 @@ export default {
174 174
       }
175 175
     },
176 176
     handleReset() {
177
-      console.log('handleReset => ')
178 177
       this.selectUser = [];
179 178
       this.final_result = []
180 179
       this.changeSelect()

+ 0 - 1
project/src/components/manage/memberComp/transferDialog.vue

@@ -85,7 +85,6 @@ export default {
85 85
       this.form.handover_userid = ''
86 86
     },
87 87
     onChangeTransferUser (val) {
88
-      console.log('onChangeTransferUser => ', val)
89 88
       this.form.takeover_userid = val ? val.user_id : ''
90 89
     },
91 90
     async handleConfirm() {

+ 0 - 3
project/src/components/manage/memberManage.vue

@@ -546,7 +546,6 @@ export default {
546 546
     },
547 547
     // 监听点击“分配许可”
548 548
     async onClickAssign(current) {
549
-      console.log('onClickAssign => ', JSON.parse(JSON.stringify(current)))
550 549
       this.currentAssignInfo = {...current}
551 550
       const num = await this.handleGetWaitForAssignNum()
552 551
       if (!num) return this.$message.warning('暂无待分配许可')
@@ -566,7 +565,6 @@ export default {
566 565
 
567 566
     // 监听点击“转移许可”
568 567
     onClickTransfer(current) {
569
-      console.log('onClickTransfer => ', JSON.parse(JSON.stringify(current)))
570 568
       this.currentTransferInfo = {...current}
571 569
       this.transferDialogVisible = true
572 570
     },
@@ -584,7 +582,6 @@ export default {
584 582
 
585 583
     // 监听“批量分配许可”变化
586 584
     onResBatchAssign(res) {
587
-      console.log('onResBatchAssign => ', res)
588 585
       this.init(undefined, this.keyword)
589 586
       this.handleGetWaitForAssignNum()
590 587
       setTimeout(() => {

File diff suppressed because it is too large
+ 1 - 1
static/css/app.c67b47c34fe5447cc0c96ac155c8fd5c.css


File diff suppressed because it is too large
+ 0 - 1
static/js/16.707ea80ddf04bbf286ea.js


File diff suppressed because it is too large
+ 1 - 1
static/js/17.a1f270cc9a7e63a78801.js


File diff suppressed because it is too large
+ 1 - 0
static/js/17.60ef7946bc76dd41008a.js


File diff suppressed because it is too large
+ 1 - 1
static/js/20.bb85bc9181588ac2a3e1.js


File diff suppressed because it is too large
+ 0 - 1
static/js/42.97f362b97d99c023935f.js


File diff suppressed because it is too large
+ 1 - 0
static/js/42.9ca6c58d101af30d4a03.js


File diff suppressed because it is too large
+ 1 - 1
static/js/45.589be1730c8583828970.js


File diff suppressed because it is too large
+ 0 - 1
static/js/44.b8d91f609271eba18bd8.js


File diff suppressed because it is too large
+ 1 - 1
static/js/46.19a7cfe767e468279b77.js


File diff suppressed because it is too large
+ 1 - 1
static/js/47.5e961ea0db14b4f88207.js


File diff suppressed because it is too large
+ 1 - 0
static/js/47.24c33c86e95e98fe62f1.js


File diff suppressed because it is too large
+ 1 - 0
static/js/53.7facff0b52f43eecda1c.js


File diff suppressed because it is too large
+ 1 - 1
static/js/53.6352b93c8978b06cbae7.js


File diff suppressed because it is too large
+ 1 - 1
static/js/54.200c4197d5a99858b3d3.js


File diff suppressed because it is too large
+ 1 - 1
static/js/55.e29b76702b628bfa0559.js


File diff suppressed because it is too large
+ 1 - 1
static/js/56.faec0c75d9b3d5590e57.js


File diff suppressed because it is too large
+ 1 - 1
static/js/57.ee380d7f0e90d7c02265.js


File diff suppressed because it is too large
+ 0 - 1
static/js/58.8fe9dc36d1b6c74b0f7f.js


File diff suppressed because it is too large
+ 1 - 1
static/js/app.49ca0b30a25736c3ad32.js


File diff suppressed because it is too large
+ 1 - 0
static/js/manifest.21feabaaeb2208f5a7a9.js


File diff suppressed because it is too large
+ 0 - 1
static/js/manifest.e7d34e450244f2d0c8eb.js