去掉注释,
修改appid
This commit is contained in:
parent
f415ab9bf3
commit
37fd73e9f8
@ -5,7 +5,7 @@
|
||||
"versionName": "1.0.0",
|
||||
"versionCode": "100",
|
||||
"transformPx": false,
|
||||
"app-plus": { /* 5+App特有相关 */
|
||||
"app-plus": {
|
||||
"usingComponents": true,
|
||||
"splashscreen": {
|
||||
"alwaysShowBeforeRender": true,
|
||||
@ -13,11 +13,11 @@
|
||||
"autoclose": true,
|
||||
"delay": 0
|
||||
},
|
||||
"modules": { /* 模块配置 */
|
||||
"modules": {
|
||||
|
||||
},
|
||||
"distribute": { /* 应用发布信息 */
|
||||
"android": { /* android打包配置 */
|
||||
"distribute": {
|
||||
"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.READ_CONTACTS\"/>",
|
||||
@ -42,19 +42,19 @@
|
||||
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
|
||||
]
|
||||
},
|
||||
"ios": { /* ios打包配置 */
|
||||
"ios": {
|
||||
|
||||
},
|
||||
"sdkConfigs": { /* SDK配置 */
|
||||
"sdkConfigs": {
|
||||
|
||||
}
|
||||
}
|
||||
},
|
||||
"quickapp": { /* 快应用特有相关 */
|
||||
"quickapp": {
|
||||
|
||||
},
|
||||
"mp-weixin": { /* 微信小程序特有相关 */
|
||||
"appid": "wx9d48c930e338ad4c",
|
||||
"mp-weixin": {
|
||||
"appid": "wxfb52f2d7b2f6123",
|
||||
"setting": {
|
||||
"urlCheck": false,
|
||||
"enhance": true
|
||||
|
Loading…
Reference in New Issue
Block a user