x
Showing
with
86 additions
and
33 deletions
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': | ||
... | ... |