登录 个人 与 零星采购

This commit is contained in:
孙景学
2025-07-09 14:01:45 +08:00
parent 56da66ee21
commit b46b35cd4b
35 changed files with 1054 additions and 343 deletions

View File

@ -2,7 +2,10 @@ export default {
dev: {
'/api': {
// target: 'http://10.242.37.148:18022',//
target: 'http://10.0.0.10:18012',//
// 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.46:18030',// 袁
changeOrigin: true,
pathRewrite: { '^/api': '' },
},