添加打包命令 区分项目

This commit is contained in:
guanj
2025-10-09 11:32:15 +08:00
parent 10511a92a4
commit d82b26f388
11 changed files with 343 additions and 290 deletions

View File

@@ -55,9 +55,9 @@ export default ({ command, mode }) => {
// target: "http://192.168.1.63/api/",
// target: "http://192.168.1.133:4000/api/",
//target: "http://192.168.1.62:10215",
// target: 'http://192.168.1.127:19001', //cdf
//target: 'http://192.168.1.133:19001', //cdf
target: 'http://192.168.1.127:19001', //cdf
target: 'http://192.168.1.127:18093', //cdf
// target: 'http://192.168.1.63/api', //cdf
// target: 'http://192.168.1.130:18093', //cdf
changeOrigin: true,
secure: false,
rewrite: (path) => path.replace(/^\/api/, ""),