lushuncheng 5 лет назад
Родитель
Сommit
37cda94a52
1 измененных файлов с 1 добавлено и 1 удалено
  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";
     },