feat:更新布局样式

This commit is contained in:
2026-07-03 14:33:49 +08:00
parent 620424a462
commit ac86b08321
5 changed files with 389 additions and 100 deletions

View File

@@ -9,7 +9,7 @@ export default defineConfig({
// 服务器代理 服务器没有部署Nginx的情况下使用
proxy: {
'/agent-api': {
target: `http://192.168.1.7:8000`,
target: `http://127.0.0.1:8000`,
changeOrigin: true,
rewrite: (item) => item.replace(/^\/agent-api/, '')
}