This commit is contained in:
Pengxiansen
2025-02-17 10:31:26 +08:00
parent 1904d07014
commit f83820965d
30 changed files with 822 additions and 540 deletions

View File

@@ -43,10 +43,14 @@ export default defineConfig(({ command, mode }) =>
server: {
// host: "192.168.3.51",
proxy: {
"/professional": {
// target: 'http://192.168.237.141:32002',
target: 'http://192.168.150.97:32002',
changeOrigin: true,
// "/professional": {
// // target: 'http://192.168.237.141:32002',
// target: 'http://192.168.150.97:32002',
// changeOrigin: true,
// },
"/growth": {
target: 'https://u-pre.boe.com',
changeOrigin: true,
},
"/file/upload": {
target: loadEnv(mode, process.cwd()).VITE_PROXY_URL,