feat:app嵌套h5隐藏头
This commit is contained in:
@@ -7,7 +7,7 @@ import utils from '@/assets/js/common';
|
||||
onMounted(async() => {
|
||||
if (utils.getSessionStorage('xToken')) {
|
||||
// 隐藏/显示 header
|
||||
appBridge.setHeaderShown(true);
|
||||
appBridge.setHeaderShown(false);
|
||||
// 设置系统状态栏明暗主题
|
||||
appBridge.setStatusBarStyle('light');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user