提交 9325a4ee 编写于 作者: 雪洛's avatar 雪洛

fix: app.json key secureNetwork

上级 89a9a668
......@@ -7,11 +7,11 @@ root = true
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
end_of_line = crlf
insert_final_newline = true
trim_trailing_whitespace = true
# md files
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
\ No newline at end of file
trim_trailing_whitespace = false
......@@ -133,6 +133,7 @@ function parseTabBar (style = {}) {
const NON_APP_JSON_KEYS = [
'appid',
'unipush',
'secureNetwork',
'usingComponents',
'optimization',
'scopedSlotsCompiler',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册