提交 a9efaf01 编写于 作者: fxy060608's avatar fxy060608

fix(v3): onWebviewRecovery

上级 7a62c78d
...@@ -15,7 +15,7 @@ export function onWebviewRecovery (webview, routeOptions) { ...@@ -15,7 +15,7 @@ export function onWebviewRecovery (webview, routeOptions) {
} }
unsubscribe(WEBVIEW_READY, onWebviewRecoveryReady) unsubscribe(WEBVIEW_READY, onWebviewRecoveryReady)
if (process.env.NODE_ENV !== 'production') { if (process.env.NODE_ENV !== 'production') {
console.log(`UNIAPP[webview][${this.id}]:onWebviewRecoveryReady ready`) console.log(`UNIAPP[webview][${id}]:onWebviewRecoveryReady ready`)
} }
// 恢复目标页面 // 恢复目标页面
pageId = parseInt(pageId) pageId = parseInt(pageId)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册