Преглед изворни кода

Merge branch 'dev/v4.9.31_zsy' of qmx/jy into feature/v4.9.31

zhangsiya пре 1 година
родитељ
комит
3aafa3c6cb
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'
     }
   }
 })