Browse Source

Merge branch 'dev/v4.8.17_cyl' of qmx/jy into feature/v4.8.17

yangfeng 2 years ago
parent
commit
6b56aae312
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/web/staticres/frontRouter/pc/mesgCenter/js/index-pc.js

+ 2 - 1
src/web/staticres/frontRouter/pc/mesgCenter/js/index-pc.js

@@ -61,7 +61,8 @@ var vm = new Vue({
       })
       })
     },
     },
     kfHref() {
     kfHref() {
-      location.href = this.shuntData.url + '&mini=1'
+      // 跳转到会话列表(不传userId右侧展示为缺省页)
+      location.href = '/page_pc_social/customer?mini=1'
     },
     },
     kfClick() {
     kfClick() {
       $('.help-slide-zx.open-customer').trigger('click')
       $('.help-slide-zx.open-customer').trigger('click')