This commit is contained in:
2025-06-24 11:11:56 +08:00
parent 96a9234239
commit 053a6d4f69
13 changed files with 799 additions and 13 deletions

View File

@@ -27,7 +27,7 @@ export default defineConfig(async () => {
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
// mock代理目标地址
target: 'http://127.0.0.1:8080/',
target: 'http://47.109.37.87:3010/',
ws: true,
},
},