liming il y a 2 semaines
Parent
commit
cb9df955fd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      capacitor.config.ts

+ 1 - 1
capacitor.config.ts

@@ -46,7 +46,7 @@ const config: CapacitorConfig = {
 // 开发服务器配置(热更新用)
 if (process.env.DAPP_BUILD != "1") {
   config.server = {
-    url: 'http://192.168.0.70:5173',
+    url: 'http://192.168.0.59:5173',
     cleartext: true,          // 允许HTTP明文通信(仅开发环境)
     allowNavigation: ['*']    // 允许任意URL导航
   }