|
|
@@ -1,9 +1,9 @@
|
|
|
-const online = process.env.TARO_ENV == 'weapp' ? false : false;
|
|
|
+const online = process.env.TARO_ENV == 'weapp' ? true : false;
|
|
|
|
|
|
import { WX_VERSION as _WX_VERSION, APP_VERSION as _APP_VERSION } from "../../../config/env";
|
|
|
|
|
|
// export const baseUrl = online ? 'https://api.fast.liveplus.fun' : 'https://api.fast.dev.liveplus.fun';
|
|
|
-export const baseUrl = online ? process.env.TARO_ENV == 'rn' ? 'https://api.app.fast.liveplus.fun' : 'https://api.pre.fast.liveplus.fun' : 'https://api.fast.dev.liveplus.fun';
|
|
|
+export const baseUrl = online ? process.env.TARO_ENV == 'rn' ? 'https://api.app.fast.liveplus.fun' : 'https://api.fast.liveplus.fun' : 'https://api.fast.dev.liveplus.fun';
|
|
|
|
|
|
export const APP_VERSION = _APP_VERSION
|
|
|
export const WX_VERSION = _WX_VERSION
|