接入登录功能

This commit is contained in:
linxd
2025-07-14 14:00:12 +08:00
parent cd1ab80a5d
commit aa8349d549
14 changed files with 191 additions and 336 deletions

View File

@ -1,13 +1,18 @@
export default {
dev: {
'/api/v1': {
target: 'http://10.0.0.10:18030',// 茂
changeOrigin: true,
pathRewrite: { '^/api/v1': '/v1' },
},
'/api': {
// target: 'http://10.242.37.148:18022',//
target: 'http://10.0.0.14:18013',//
target: 'http://10.0.0.10:18013',//
changeOrigin: true,
pathRewrite: { '^/api': '' },
},
'/upload': {
target: 'http://10.0.0.14:18013',//
target: 'http://10.0.0.10:18013',//
changeOrigin: true,
pathRewrite: { '^/upload': '' },
},