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

feat: vue2 app 平台 manifest 增加检查Android系统webview版本配置

上级 5b9c619f
......@@ -451,6 +451,13 @@ module.exports = function (pagesJson, userManifestJson, isAppView) {
}
}
// 检查 webview 版本 || 下载 X5 后启动
let plusWebview = manifestJson['plus'].webView
if (plusWebview) {
manifestJson.plus['uni-app'].webView = plusWebview
delete manifestJson['plus'].webView
}
// 记录编译器版本号
appJson.compilerVersion = uniApp.compilerVersion
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册