浏览代码

feat:私信地址

yangfeng 2 年之前
父节点
当前提交
915620b1e4
共有 1 个文件被更改,包括 2 次插入1 次删除
  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')