|
@@ -3,7 +3,8 @@ module.exports = {
|
3
|
3
|
NODE_ENV: '"production"',
|
4
|
4
|
},
|
5
|
5
|
defineConstants: {
|
6
|
|
- HOST: '"https://machine.njyunzhi.com"',
|
|
6
|
+ HOST: '"http://192.168.89.147:7080"',
|
|
7
|
+ // HOST: '"https://machine.njyunzhi.com"',
|
7
|
8
|
// OSS: '"yz-shigongli.oss-accelerate.aliyuncs.com"',
|
8
|
9
|
// VERSION: '"3.0.3_2021-12-23"',
|
9
|
10
|
},
|