|
@@ -37,7 +37,7 @@ const App = (props: PropsWithChildren<IAppProps>) => {
|
|
|
useDidShow((options) => {
|
|
|
if (options.query.source === "app") {
|
|
|
RouteUtil.toWebViewPage({
|
|
|
- url: "https://mp.weixin.qq.com/s/X0OAslHaFjld6Zf2ifVC5A",
|
|
|
+ url: "https://mp.weixin.qq.com/s/eNf8Lxpj0LiTYpuzEzdN7Q",
|
|
|
});
|
|
|
}
|
|
|
});
|
|
@@ -59,7 +59,7 @@ const App = (props: PropsWithChildren<IAppProps>) => {
|
|
|
},
|
|
|
}}
|
|
|
>
|
|
|
- <WebView src='https://mp.weixin.qq.com/s/X0OAslHaFjld6Zf2ifVC5A'></WebView>
|
|
|
+ <WebView src='https://mp.weixin.qq.com/s/eNf8Lxpj0LiTYpuzEzdN7Q'></WebView>
|
|
|
<ReduxProvider store={ReduxUtil.store}>{props.children}</ReduxProvider>
|
|
|
</AppContext.Provider>
|
|
|
);
|