wuhb před 3 měsíci
rodič
revize
a0dd42f66d
2 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 2 2
      pages/profile/index.uvue
  2. 2 2
      utils/request.uts

+ 2 - 2
pages/profile/index.uvue

@@ -53,9 +53,9 @@
                 </view>
             </view> -->
 
-            <!-- 注销账号 -->
+            <!-- 退出 -->
             <view class="logout-wrapper">
-                <text class="logout-btn" @click="handleLogout">注销账号</text>
+                <text class="logout-btn" @click="handleLogout">退出</text>
             </view>
         </scroll-view>
     </view>

+ 2 - 2
utils/request.uts

@@ -14,8 +14,8 @@ export type RequestConfig = {
 
 // 基础 URL
 // const BASE_URL = "http://192.168.110.105:8080";
-// const BASE_URL = "http://222.243.138.146:5095" //测试服务器;
-	const BASE_URL = "http://222.243.138.146:5097" //正式服务器;
+const BASE_URL = "http://222.243.138.146:5095" //测试服务器;
+	// const BASE_URL = "http://222.243.138.146:5097" //正式服务器;
 // const BASE_URL = "http://10.170.129.135:8089";
 
 /**