对接下载中心管理

This commit is contained in:
linxd
2025-06-30 18:00:56 +08:00
parent c74aefb93d
commit e718168366
37 changed files with 537 additions and 6434 deletions

View File

@ -2,12 +2,12 @@ export default {
dev: {
'/api': {
// target: 'http://10.242.37.148:18022',//
target: 'http://10.0.0.10:18012',//
target: 'http://10.0.0.14:18013',//
changeOrigin: true,
pathRewrite: { '^/api': '' },
},
'/upload': {
target: 'http://10.0.0.10:18013',//
target: 'http://10.0.0.14:18013',//
changeOrigin: true,
pathRewrite: { '^/upload': '' },
},