Explorar el Código

fix:配置文件ip

韩洋 hace 2 semanas
padre
commit
d38ce67bb7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      default/rsbuild.config.ts

+ 2 - 2
default/rsbuild.config.ts

@@ -14,8 +14,8 @@ export default defineConfig(({ envMode }) => {
     process.env.VITE_REACT_APP_SERVER_URL ||
     env.rawPublicVars.VITE_REACT_APP_SERVER_URL ||
     // 'http://192.168.100.26:3000',
-    // 'http://47.117.92.63:8081'
-    'http://192.168.100.184:3000'
+    'http://47.117.92.63:8081'
+    // 'http://192.168.100.184:3000'
     // 'http://192.168.20.70:3000'
 
   const isProd = envMode === 'production'