소스 검색

feat:修改客服链接

zhangsiya 1 년 전
부모
커밋
2fa808c0e8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/web/staticres/common-module/customer-corner/mobile-template.js

+ 1 - 1
src/web/staticres/common-module/customer-corner/mobile-template.js

@@ -58,7 +58,7 @@ Vue.component('customer-corner-component',{
   },
   methods: {
     jumpCustomerPage () {
-      location.href = '/page_social_mobile/home?pname=剑鱼标讯&receiveAppId=465d475c52&userType=1'
+      location.href = '/jyapp/free/customer'
     }
   }
 })