提交 a4e1dbb5 编写于 作者: d-u-a's avatar d-u-a

fix: App平台首次安装弹权限框时报错的Bug

上级 bbe81b36
......@@ -54,6 +54,9 @@ export default function initOn (on, {
function onAppEnterForeground () {
const pages = getCurrentPages()
if (pages.length === 0) {
return
}
const page = pages[pages.length - 1]
const args = {
path: page.route,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册