提交 807f75ff 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

feat: App.uvue 补充 checkAppMixin 方法

上级 09094f4a
......@@ -1216,7 +1216,14 @@ export default {
checkLaunchPath() : boolean {
const app = getApp()
return app.checkLaunchPath()
},
// #ifndef APP-ANDROID
// 自动化测试
checkAppMixin() : boolean {
const app = getApp()
return app.checkAppMixin()
}
// #endif
}
}
</script>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册