chore(manifest): update config

This commit is contained in:
ywk 2025-04-11 15:36:57 +08:00
parent 6867961891
commit e2505e6d13
1 changed files with 62 additions and 51 deletions

View File

@ -1,28 +1,34 @@
{
"name": "qyj_console",
"appid": "__UNI__31B4587",
"description": "",
"versionName": "1.0.0",
"versionCode": "100",
"transformPx": false,
"name" : "qyj_console",
"appid" : "__UNI__31B4587",
"description" : "",
"versionName" : "1.0.0",
"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" : {
"Bluetooth" : {},
"Barcode" : {},
"Camera" : {},
"Fingerprint" : {},
"FaceID" : {}
},
/* */
"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\"/>",
@ -38,53 +44,58 @@
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
"<uses-feature android:name=\"android.hardware.camera\"/>",
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
]
],
"abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
},
/* ios */
"ios": {},
"ios" : {
"dSYMs" : false
},
/* SDK */
"sdkConfigs": {}
"sdkConfigs" : {
"push" : {}
}
}
},
/* */
"quickapp": {},
"quickapp" : {},
/* */
"mp-weixin": {
"appid": "wxe26d23c09932e93b",
"setting": {
"urlCheck": false,
"es6": false,
"minified": false
"mp-weixin" : {
"appid" : "wxe26d23c09932e93b",
"setting" : {
"urlCheck" : false,
"es6" : false,
"minified" : false
},
"usingComponents": true
"usingComponents" : 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": "2",
"h5": {
"template": "index.html",
"router": {
"mode": "hash"
"vueVersion" : "2",
"h5" : {
"template" : "index.html",
"router" : {
"mode" : "hash"
},
"devServer": {
"https": false,
"proxy": {
"/prod-api": {
"target": "http://t-app.beida413.com",
"changeOrigin": true
"devServer" : {
"https" : false,
"proxy" : {
"/prod-api" : {
"target" : "http://t-app.beida413.com",
"changeOrigin" : true
}
}
}
},
"fallbackLocale": "zh-Hans"
}
"fallbackLocale" : "zh-Hans"
}