Browse Source

build: PC

zhengxy 1 year ago
parent
commit
0e70e0214e

+ 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.eb9c578ab819726da590d39aed27962a.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3b99b7c56bcadeaea9fc.js></script><script type=text/javascript src=./static/js/app.a8c8e0cf44b1e4912c66.js></script></body></html>
10
+      })();</script><link href=./static/css/app.71ff349108cc7302b429104d702a6d77.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.12418858bf45598a8007.js></script><script type=text/javascript src=./static/js/app.5a7a717e31489b591e62.js></script></body></html>

+ 0 - 12
project/src/components/smartPushV3/createMassMsg.vue

@@ -271,7 +271,6 @@ export default {
271 271
         this.loading = false
272 272
         this.isShowEditCon = true
273 273
         if (res && res.errno == 0) {
274
-          console.log('res.rst => ', res.rst)
275 274
           // 备份接口数据
276 275
           this.detailFromApi = Object.freeze(_lodash.cloneDeep(res.rst))
277 276
 
@@ -418,7 +417,6 @@ export default {
418 417
 
419 418
       if (this.isCopy) {
420 419
         const isSameParams = this.handleGetIsSameParams(params)
421
-        console.log('isSameParams => ', isSameParams)
422 420
         if (isSameParams) {
423 421
           this.$message.warning('推送规则及内容重复!')
424 422
           return
@@ -450,8 +448,6 @@ export default {
450 448
         params.rule_id = ''
451 449
       }
452 450
 
453
-      console.log('params => ', JSON.parse(JSON.stringify(params)))
454
-
455 451
       this.$loading(this.$loadingConfig)
456 452
       this.$axios.post(this.URL.BASEURL + this.URL.smartPushV2_set, params).then((res) => {
457 453
         var res = res.data
@@ -513,9 +509,6 @@ export default {
513 509
       this.oldParams = JSON.parse(JSON.stringify(oldParams))
514 510
     },
515 511
     handleGetIsSameParams(newParams) {
516
-      console.log('newParams => ', JSON.parse(JSON.stringify(newParams)))
517
-      console.log('oldParams => ', JSON.parse(JSON.stringify(this.oldParams)))
518
-
519 512
       let isSameParams = true
520 513
       // 先比较“非多选”的属性
521 514
       const _newParams = JSON.parse(JSON.stringify(newParams))
@@ -524,7 +517,6 @@ export default {
524 517
       delete _newParams.tag_list
525 518
       delete _newParams.exclude_tag_list
526 519
       delete _newParams.multiple_senders
527
-      console.log('_newParams => ', _newParams)
528 520
 
529 521
       const _oldParams = JSON.parse(JSON.stringify(this.oldParams))
530 522
       delete _oldParams.senders
@@ -532,10 +524,8 @@ export default {
532 524
       delete _oldParams.tag_list
533 525
       delete _oldParams.exclude_tag_list
534 526
       delete _oldParams.multiple_senders
535
-      console.log('_oldParams => ', _oldParams)
536 527
 
537 528
       const isEqual = _lodash.isEqual(_newParams, _oldParams)
538
-      console.log('isEqual => ', isEqual)
539 529
       if (!isEqual) { // “非多选”的属性不相同 => 直接返回结果
540 530
         isSameParams = false
541 531
       } else { // “非多选”的属性相同 => 比较"多选项"属性
@@ -579,8 +569,6 @@ export default {
579 569
           } else {
580 570
             const multiple_senders = JSON.parse(newParams.multiple_senders)
581 571
             const old_multiple_senders = JSON.parse(this.oldParams.multiple_senders)
582
-            console.log('multiple_senders => ', multiple_senders)
583
-            console.log('old_multiple_senders => ', old_multiple_senders)
584 572
 
585 573
             // 判断企微主体是否相同
586 574
             const corpids = multiple_senders.map(m => m.corpid)

+ 0 - 1
project/src/components/smartPushV3/detailList.vue

@@ -333,7 +333,6 @@ export default {
333 333
       }
334 334
       this.currentSelectedRules = this.multipleSelection.map(m => m.rule_id).join(',')
335 335
       this.batchGroupVisible = true
336
-      console.log('this.currentSelectedRules => ', this.currentSelectedRules)
337 336
     },
338 337
     onConfirmBatchGroup() {
339 338
       this.$refs.multipleTable.clearSelection();

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


File diff suppressed because it is too large
+ 1 - 1
static/js/15.6dabd500dc6ebfe0b97f.js


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


File diff suppressed because it is too large
+ 1 - 1
static/js/22.ffb1d9b1b58a6f94e6ec.js


File diff suppressed because it is too large
+ 1 - 1
static/js/23.673c926113755580c757.js


File diff suppressed because it is too large
+ 1 - 1
static/js/24.f2ba835422418ec1c4f9.js


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


File diff suppressed because it is too large
+ 1 - 1
static/js/25.77f470c35b2c01cd2777.js


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


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