新增资产编辑功能,支持新增和修改资产操作,并更新开发环境API地址配置

This commit is contained in:
WUSIJIAN
2025-12-20 17:57:24 +08:00
parent d1a868a038
commit 1a904388ef
6 changed files with 865 additions and 10 deletions

View File

@@ -37,7 +37,8 @@ const viteConfig = defineConfig((mode: ConfigEnv) => {
// },
proxy: {
'/api': {
target: 'http://192.168.3.200:8808',
// target: 'http://192.168.3.200:8808',
target: 'http://192.168.3.49:8808',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, '/api'),
},