feat: 首页数据对接

This commit is contained in:
fyy
2025-09-05 19:13:41 +08:00
parent 610f1e445f
commit 9bd24de458

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,
},
},