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

@@ -22,7 +22,8 @@ const service: AxiosInstance = axios.create({
const newService: AxiosInstance = axios.create({
// baseURL: 'http://192.168.3.95:8000/',
// baseURL: 'http://192.168.3.49:8000/',
baseURL: 'http://192.168.3.200:8000/',
baseURL: 'http://192.168.3.11:8000/',
// baseURL: 'http://192.168.3.200:8000/',
timeout: 50000,
headers: { 'Content-Type': 'application/json' },
paramsSerializer: {