lushuncheng %!s(int64=5) %!d(string=hai) anos
pai
achega
37cda94a52
Modificáronse 1 ficheiros con 1 adicións e 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";
     },