Merge pull request '基础文件上传核心开发' (#45) from zhuhao_dev into main

Reviewed-on: #45
This commit is contained in:
朱浩 2024-07-18 16:38:14 +08:00
commit d5c1d08fa2
1 changed files with 3 additions and 3 deletions

View File

@ -28,10 +28,10 @@ export default defineConfig({
rewrite: (p) => p.replace(/^\/dev-api/, '')
},
'/profile': {
// target: 'http://27.128.240.72:7865',
target: 'https://cqyy.ysaix.com:7868',
target: 'http://192.168.2.52:7863',
ws: true,
changeOrigin: true
}
},
},
},
plugins: [vue(), WindiCSS()],