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