Browse Source

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

yangfeng 2 năm trước cách đây
mục cha
commit
6b56aae312

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

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