个人中心

This commit is contained in:
cys 2024-07-17 14:25:01 +08:00
parent fbb9fed298
commit 2ed3bfb36a
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ export default defineConfig({
server: {
proxy: {
'/dev-api': {
target: 'http://27.128.240.72:7865',
// target: 'http://192.168.2.52:7863',
// target: 'http://27.128.240.72:7865',
target: 'http://192.168.2.52:7863',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, '')
},