增加上传组件,对接注册字段

This commit is contained in:
linxd
2025-06-30 14:16:17 +08:00
parent 8176a9b3d0
commit 662053b731
13 changed files with 720 additions and 340 deletions

View File

@ -7,10 +7,15 @@ export default {
// },
'/api': {
// target: 'http://10.242.37.148:18022',//连接天宫的ng
target: 'http://10.0.0.10:18013',//连接天宫的ng
target: 'http://10.0.0.125:18012',//连接天宫的ng
changeOrigin: true,
pathRewrite: { '^/api': '' },
},
'/upload': {
target: 'http://10.0.0.125:18012',//
changeOrigin: true,
pathRewrite: { '^/upload': '' },
},
},
prod: {
'/api/*': {