lushuncheng hace 5 años
padre
commit
37cda94a52
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      components/type/vip/mobile.vue

+ 1 - 1
components/type/vip/mobile.vue

@@ -396,7 +396,7 @@ export default {
     },
     viewRateDetail() {
       if (bridge.isAndroid) {
-        location.href = "proginn://webview?url=https://dev.test.proginn.com/type/vip/orderRateDetail&title=会员中心"
+        location.href = `proginn://webview?url=${this.$store.state.domainConfig.siteUrl}/type/vip/orderRateDetail&title=会员中心`
       } else
         location.href = "/type/vip/orderRateDetail";
     },