|
|
@@ -1,4 +1,4 @@
|
|
|
-let online = process.env.TARO_ENV=='rn'?false:true;
|
|
|
+let online = process.env.TARO_ENV=='rn'?false:false;
|
|
|
export let baseUrl = online ? 'https://api.fast.liveplus.fun' : 'https://api.fast.dev.liveplus.fun';
|
|
|
export let imgUrl = online
|
|
|
? 'https://api.fast.liveplus.fun/static/image/'
|