@@ -1,3 +1,3 @@
export const APP_VERSION = '1.0.0'
-export const WX_VERSION = '1.4.3'
+export const WX_VERSION = '1.4.4'
@@ -1,4 +1,4 @@
-const online = process.env.TARO_ENV == 'weapp' ? false : true;
+const online = process.env.TARO_ENV == 'weapp' ? true : true;
import { WX_VERSION as _WX_VERSION, APP_VERSION as _APP_VERSION } from "../../../config/env";