This commit is contained in:
Pengxiansen
2025-02-13 17:42:24 +08:00
parent 7392ed6690
commit 8ccd72bde2
14 changed files with 1590 additions and 39 deletions

View File

@@ -37,6 +37,11 @@ export default defineConfig(({ command, mode }) =>
},
server: {
proxy: {
"/professional": {
// target: 'http://192.168.16.195:32002',
target: 'http://192.168.150.97:32002',
changeOrigin: true,
},
'/file/upload': {
target: loadEnv(mode, process.cwd()).VITE_PROXY_URL,
changeOrigin: true,