Commit f30a20e6 authored by spc's avatar spc

fixed

parent 278cf1b2
......@@ -6,23 +6,23 @@
"versionCode" : "100",
"transformPx" : false,
/* 5+App特有相关 */
"app-plus": {
"usingComponents": true,
"nvueStyleCompiler": "uni-app",
"compilerVersion": 3,
"splashscreen": {
"alwaysShowBeforeRender": true,
"waiting": true,
"autoclose": true,
"delay": 0
"app-plus" : {
"usingComponents" : true,
"nvueStyleCompiler" : "uni-app",
"compilerVersion" : 3,
"splashscreen" : {
"alwaysShowBeforeRender" : true,
"waiting" : true,
"autoclose" : true,
"delay" : 0
},
/* 模块配置 */
"modules": {},
"modules" : {},
/* 应用发布信息 */
"distribute": {
"distribute" : {
/* android打包配置 */
"android": {
"permissions": [
"android" : {
"permissions" : [
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
"<uses-permission android:name=\"android.permission.VIBRATE\"/>",
......@@ -41,15 +41,15 @@
]
},
/* ios打包配置 */
"ios": {},
"ios" : {},
/* SDK配置 */
"sdkConfigs": {
"share": {}
"sdkConfigs" : {
"share" : {}
}
}
},
/* 快应用特有相关 */
"quickapp": {},
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
"appid" : "wx92ae856eff9544e5",
......@@ -59,38 +59,31 @@
"postcss" : true,
"es6" : true
},
"usingComponents": true,
"permission": {
"scope.userLocation": {
"desc": "请允许获取位置信息,用于提供附近服务"
"usingComponents" : true,
"permission" : {
"scope.userLocation" : {
"desc" : "请允许获取位置信息,用于提供附近服务"
}
},
"requiredBackgroundModes": [
"share"
],
"embeddedAppIdList": [
"wx4205ec55b793245e",
"wxab14ac8f684ad962"
],
"optimization": {
"subpackages": true,
"minimize": true
"requiredBackgroundModes" : [ "share" ],
"embeddedAppIdList" : [ "wx4205ec55b793245e", "wxab14ac8f684ad962" ],
"optimization" : {
"subpackages" : true,
"minimize" : true
}
},
"mp-alipay": {
"usingComponents": true
"mp-alipay" : {
"usingComponents" : true
},
"mp-baidu": {
"usingComponents": true
"mp-baidu" : {
"usingComponents" : true
},
"mp-toutiao": {
"usingComponents": true
"mp-toutiao" : {
"usingComponents" : true
},
"uniStatistics": {
"enable": false
"uniStatistics" : {
"enable" : false
},
"vueVersion": "3",
"requiredPrivateInfos": [
"chooseAddress"
]
}
\ No newline at end of file
"vueVersion" : "3",
"requiredPrivateInfos" : [ "chooseAddress" ]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment