x
Showing
with
96 additions
and
43 deletions
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment
const env = process.env.NODE_ENV; | ||
const url = 'http://cloud.liexindev.net'; | ||
//const url = 'http://192.168.1.237:3000/mock/49'; | ||
switch (env) { | ||
case 'development': | ||
... | ... |