修改样式

This commit is contained in:
linxd
2025-07-07 17:01:07 +08:00
parent 21e7f15f64
commit 87fddbbbbc
33 changed files with 1255 additions and 687 deletions

View File

@ -6,13 +6,13 @@ export default {
// pathRewrite: { '^': '' },
// },
'/api': {
target: 'http://10.0.0.125:18012',//测试环境
// target: 'http://10.0.0.14:18013',//连接天宫的ng
// target: 'http://10.0.0.125:18012',//测试环境
target: 'http://10.0.0.10:18012',//连接天宫的ng
changeOrigin: true,
pathRewrite: { '^/api': '' },
},
'/upload': {
target: 'http://10.0.0.14:18013',//
target: 'http://10.0.0.14:18012',//
changeOrigin: true,
pathRewrite: { '^/upload': '' },
},