|
@@ -3,14 +3,14 @@ module.exports = {
|
3
|
3
|
NODE_ENV: '"production"'
|
4
|
4
|
},
|
5
|
5
|
defineConstants: {
|
6
|
|
- HOST: '"https://xlj.newlandsh.com"', //正式
|
7
|
|
- WSS_HOST: '"wss://xlj.newlandsh.com"',
|
|
6
|
+ HOST: '"https://www.newhousehold.cn"', //正式
|
|
7
|
+ WSS_HOST: '"wss://www.newhousehold.cn"',
|
8
|
8
|
// HOST: '"https://xlk.njyz.tech"', //正式
|
9
|
9
|
// WSS_HOST: '"wss://xlk.njyz.tech"',
|
10
|
|
- OSS_PATH: '"https://xlk-assets.oss-accelerate.aliyuncs.com/"',
|
11
|
|
- OSS_FAST_PATH: '"https://xlk-assets.oss-accelerate.aliyuncs.com/"',
|
|
10
|
+ OSS_PATH: '"https://xlk-assets.oss-cn-shanghai.aliyuncs.com/"',
|
|
11
|
+ OSS_FAST_PATH: '"https://xlk-assets.oss-cn-shanghai.aliyuncs.com/"',
|
12
|
12
|
ICON_FONT: '"https://yz-websit.oss-cn-hangzhou.aliyuncs.com/xlk/css/iconfont.ttf"',
|
13
|
|
- Version: '"V0.0.56-20210817"'
|
|
13
|
+ Version: '"V0.0.58-20210819"'
|
14
|
14
|
},
|
15
|
15
|
mini: {},
|
16
|
16
|
h5: {
|