feat:app嵌套h5返回键
This commit is contained in:
@@ -33,7 +33,7 @@ router.beforeEach((to, from, next) => {
|
||||
if (to.query.digitalYiliToken) {
|
||||
utils.setSessionStorage('xToken', to.query.digitalYiliToken);
|
||||
}
|
||||
appBridge.setTitle(to.meta.title as string);
|
||||
// appBridge.setTitle(to.meta.title as string);
|
||||
// 添加 Android 返回按钮监听方法
|
||||
window.onAndroidBack = () => {
|
||||
if (routerCanGoBack()) {
|
||||
|
||||
Reference in New Issue
Block a user