接口路径添加add

This commit is contained in:
lxj
2025-07-02 09:51:00 +08:00
parent 2c1373fd17
commit 1a9e821f48
11 changed files with 23 additions and 20 deletions

View File

@@ -28,8 +28,9 @@ export default defineConfig(async () => {
rewrite: (path) => path.replace(/^\/api/, ''),
// mock代理目标地址
// target: 'http://by.missmoc.top:3010/',
// target: 'http://192.168.0.103:8080',
target: 'http://47.109.37.87:3010',
target: 'http://127.0.0.1:8080',
// target: 'http://47.109.37.87:3010',
// target: 'http://192.168.110.207:8080',
ws: true,
},
},