新增资产编辑功能,支持新增和修改资产操作,并更新开发环境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

@@ -2,4 +2,6 @@
ENV = 'development'
# 本地环境接口地址
VITE_API_URL = 'http://192.168.3.200:8808/'
# VITE_API_URL = 'http://192.168.3.200:8808/'
VITE_API_URL = 'http://192.168.3.11:8808/'