添加打包命令 区分项目
This commit is contained in:
@@ -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/, ""),
|
||||
|
||||
Reference in New Issue
Block a user