master #5

Merged
bichangxiong merged 42 commits from master into prod 2025-09-06 20:34:21 +08:00
Showing only changes of commit 5c4f2e6588 - Show all commits

View File

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