fix: 界面功能优化。

This commit is contained in:
tianyongbao
2025-12-23 18:30:29 +08:00
parent 3c15a8e28d
commit 309359bef6
9 changed files with 310 additions and 20 deletions

View File

@@ -24,7 +24,7 @@ export default defineConfig(({ mode, command }) => {
open: true,
proxy: {
[env.VITE_APP_BASE_API]: {
target: 'http://localhost:8080',
target: 'http://117.72.197.29:8092',
changeOrigin: true,
ws: true,
rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')