feat:更新对话框UI

This commit is contained in:
2026-07-02 23:18:02 +08:00
parent d47383cd95
commit 620424a462
7 changed files with 220 additions and 108 deletions

View File

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