|
@@ -3,8 +3,8 @@ module.exports = {
|
3
|
3
|
NODE_ENV: '"development"'
|
4
|
4
|
},
|
5
|
5
|
defineConstants: {
|
6
|
|
- HOST: '"https://xlk.njyz.tech"',
|
7
|
|
- // HOST: '"http://127.0.0.1:8081"',
|
|
6
|
+ // HOST: '"https://xlk.njyz.tech"',
|
|
7
|
+ HOST: '"http://127.0.0.1:8081"',
|
8
|
8
|
WSS_HOST: '"wss://xlk.njyz.tech"',
|
9
|
9
|
OSS_PATH: '"https://xlk-assets.oss-accelerate.aliyuncs.com/"',
|
10
|
10
|
OSS_FAST_PATH: '"https://xlk-assets.oss-accelerate.aliyuncs.com/"',
|