提交 51068a73 编写于 作者: D DCloud_LXH

fix: navigationBarStyle

上级 e66ba00e
......@@ -87,6 +87,10 @@ export function initRouteMeta(
PAGE_META_KEYS.forEach((name) => {
;(res as any)[name] = extend({}, globalStyle[name], pageMeta[name])
})
const { navigationBar } = res
navigationBar.titleText &&
navigationBar.titleImage &&
(navigationBar.titleText = '')
return res
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册