mht 3 долоо хоног өмнө
parent
commit
3b489dfe89

+ 2 - 2
public/index.html

@@ -5,11 +5,11 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
     <link rel="icon" href="<%= BASE_URL %>favicon.ico">
-    <title>告白语音充值中心</title>
+    <title>喵音Live充值中心</title>
   </head>
   <body>
     <noscript>
-      <strong>很抱歉,没有启用JavaScript,告白语音充值中心无法正常工作。请启用它以继续。</strong>
+      <strong>很抱歉,没有启用JavaScript,喵音Live充值中心无法正常工作。请启用它以继续。</strong>
     </noscript>
     <div id="app"></div>
     <!-- built files will be auto injected -->

BIN
src/assets/images/logo.png


+ 1 - 1
src/views/Recharge.vue

@@ -5,7 +5,7 @@
       <div class="header-content">
         <div class="logo-wrapper">
           <div class="logo-container">
-            <img src="@/assets/images/logo.png" alt="告白语音" class="logo-image" />
+            <img src="@/assets/images/logo.png" alt="喵音Live" class="logo-image" />
           </div>
         </div>
       </div>

+ 3 - 4
src/views/Search.vue

@@ -5,7 +5,7 @@
       <div class="header-content">
         <div class="logo-wrapper">
           <div class="logo-container">
-            <img src="@/assets/images/logo.png" alt="告白语音" class="logo-image" />
+            <img src="@/assets/images/logo.png" alt="喵音Live" class="logo-image" />
           </div>
         </div>
       </div>
@@ -136,10 +136,9 @@ export default {
   const strictCode = strictMatch ? strictMatch[1] : null;
   if (!strictCode) {
     // 记录当前页面URL作为重定向目标
-    const redirectUrl = `https%3A%2F%2Fgbyy91.com%2Fpay`
-    
+    const redirectUrl = `https%3A%2F%2Fmylive91.com%2Fpay`
     // 构建微信授权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`
+    const authUrl = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxbed7a5a18f65381a&redirect_uri=${redirectUrl}&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect`
     setTimeout(() =>{
     window.location.href = authUrl
     }, 300)