Explorar o código

dev: 更新本地开发配置.

peter hai 5 días
pai
achega
e18363ae78
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      vite.config.ts

+ 1 - 1
vite.config.ts

@@ -17,7 +17,7 @@ export default defineConfig(({ mode }) => {
         },
         '/bpi': {
           // target: 'http://api.promocollection.com.cn:9004',
-          target: 'http://192.168.10.62:8099',
+          target: 'http://192.168.40.5:8099',
           changeOrigin: true,
           rewrite: (path) => path.replace(/^\/bpi/, ''),
         },