diff --git a/src/manifest.json b/src/manifest.json index 8f280c8..4e31065 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -8,7 +8,7 @@ /* 5+App特有相关 */ "app-plus" : { "usingComponents" : true, - "nvueStyleCompiler" : "uni-app", + "nvueStyleCompiler" : "uni-app", "compilerVersion" : 3, "splashscreen" : { "alwaysShowBeforeRender" : true, @@ -23,20 +23,20 @@ /* android打包配置 */ "android" : { "permissions" : [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", "" ] }, @@ -67,5 +67,6 @@ }, "uniStatistics": { "enable": false - } + }, + "vueVersion" : "3" }