Ver código fonte

修改域名

mht 3 semanas atrás
pai
commit
e26e48deee
3 arquivos alterados com 6 adições e 6 exclusões
  1. 2 2
      src/views/Login.vue
  2. 2 2
      src/views/Recharge.vue
  3. 2 2
      src/views/Search.vue

+ 2 - 2
src/views/Login.vue

@@ -52,7 +52,7 @@
     <!-- 用户协议弹框 -->
     <van-dialog v-model="userAgreementVisible" title="用户协议" confirm-button-text="我已阅读" :show-cancel-button="false">
       <div class="agreement-content">
-        <iframe v-if="userAgreementVisible" src="https://gbyy91.com/agreement/user_agreement.html" frameborder="0"
+        <iframe v-if="userAgreementVisible" src="https://mylive91.com/agreement/user_agreement.html" frameborder="0"
           class="agreement-iframe"></iframe>
       </div>
     </van-dialog>
@@ -60,7 +60,7 @@
     <!-- 隐私政策弹框 -->
     <van-dialog v-model="privacyPolicyVisible" title="隐私政策" confirm-button-text="我已阅读" :show-cancel-button="false">
       <div class="agreement-content">
-        <iframe v-if="privacyPolicyVisible" src="https://gbyy91.com/agreement/personal_info_protect.html"
+        <iframe v-if="privacyPolicyVisible" src="https://mylive91.com/agreement/personal_info_protect.html"
           frameborder="0" class="agreement-iframe"></iframe>
       </div>
     </van-dialog>

+ 2 - 2
src/views/Recharge.vue

@@ -129,7 +129,7 @@
     <van-dialog v-model="agreementVisible" title="用户充值协议" confirm-button-text="我已阅读" @confirm="agreementChecked = true"
       :show-cancel-button="false">
       <div class="agreement-content">
-        <iframe v-if="agreementVisible" src="https://gbyy91.com/agreement/recharge.html" frameborder="0"
+        <iframe v-if="agreementVisible" src="https://mylive91.com/agreement/recharge.html" frameborder="0"
           class="agreement-iframe"></iframe>
       </div>
     </van-dialog>
@@ -532,7 +532,7 @@ export default {
     handlePaymentSuccess() {
       console.log("支付成功");
       this.$toast.success("支付成功");
-      window.location.href = "https://gbyy91.com/pay";
+      window.location.href = "https://mylive91.com/pay";
     },
 
     // 处理支付失败

+ 2 - 2
src/views/Search.vue

@@ -106,7 +106,7 @@
     <van-dialog v-model="agreementVisible" title="用户充值协议" confirm-button-text="我已阅读" @confirm="agreementChecked = true"
       :show-cancel-button="false">
       <div class="agreement-content">
-        <iframe v-if="agreementVisible" src="https://gbyy91.com/agreement/recharge.html" frameborder="0"
+        <iframe v-if="agreementVisible" src="https://mylive91.com/agreement/recharge.html" frameborder="0"
           class="agreement-iframe"></iframe>
       </div>
     </van-dialog>
@@ -192,7 +192,7 @@ export default {
       const strictCode = strictMatch ? strictMatch[1] : null;
       if (!strictCode) {
         // 记录当前页面URL作为重定向目标
-        const redirectUrl = `https%3A%2F%2Fgbyy91.com%2Fwechatpay`
+        const redirectUrl = `https%3A%2F%2Fmylive91.com%2Fwechatpay`
 
         // 构建微信授权URL
         const authUrl = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxa25eb9f7ebd39219&redirect_uri=${redirectUrl}&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect`