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

fix: app.json key secureNetwork

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