Explorar el Código

dev: 更新本地开发配置.

peter hace 5 días
padre
commit
e18363ae78
Se han modificado 1 ficheros con 1 adiciones y 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/, ''),
         },