登录与品类

This commit is contained in:
孙景学
2025-08-04 16:06:23 +08:00
parent ad4efd8e46
commit b5cb08deb5
29 changed files with 665 additions and 270 deletions

View File

@ -1,6 +1,7 @@
export default {
dev: {
'/api/v1': {
// target: 'http://10.0.0.10:18030',//
target: 'http://10.0.0.14:18030',// 李
// target: 'http://10.0.0.46:18030',// 袁
changeOrigin: true,
@ -11,13 +12,12 @@ export default {
// target: 'http://10.0.0.10:18012',// 茂
// target: 'http://10.0.0.125:18012',// 测试
target: 'http://10.0.0.14:18012',// 李
// target: 'http://10.0.0.14:18030',// 李
// target: 'http://10.0.0.46:18030',// 袁
changeOrigin: true,
pathRewrite: { '^/api': '' },
},
'/upload': {
target: 'http://10.0.0.14:18013',//
target: 'http://10.0.0.14:18012',//
changeOrigin: true,
pathRewrite: { '^/upload': '' },
},