add
This commit is contained in:
parent
25517afb79
commit
3f7adfc342
|
@ -8,10 +8,8 @@ let env = "prod"
|
||||||
|
|
||||||
switch (env) {
|
switch (env) {
|
||||||
case 'dev':
|
case 'dev':
|
||||||
// BASE_URL = 'https://test-multi-store.lihaink.cn';
|
BASE_URL = 'https://test-multi-store.lihaink.cn';
|
||||||
// WSS_URL = 'wss://test-multi-store.lihaink.cn/pull'
|
WSS_URL = 'wss://test-multi-store.lihaink.cn/pull'
|
||||||
BASE_URL = 'https://ceshi-multi-store.lihaink.cn';
|
|
||||||
WSS_URL = 'wss://ceshi-multi-store.lihaink.cn/pull'
|
|
||||||
break;
|
break;
|
||||||
case 'liu':
|
case 'liu':
|
||||||
BASE_URL = 'https://ceshi-multi-store.lihaink.cn';
|
BASE_URL = 'https://ceshi-multi-store.lihaink.cn';
|
||||||
|
|
Loading…
Reference in New Issue