lushuncheng 5 年之前
父节点
当前提交
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";
     },