x
Showing
with
1 additions
and
1 deletions
Please
register
or
sign in
to comment
... | ... | @@ -19,7 +19,7 @@ switch (envs) { |
break; | ||
case 'test': | ||
//测试环境 | ||
NODE_ENVS = ''; | ||
NODE_ENVS = 'http://cloud.liexindev.net'; | ||
break; | ||
case 'production': | ||
//线上环境 | ||
... | ... |