修改扫码页面

This commit is contained in:
2025-09-04 19:40:29 +08:00
parent a16d74cccd
commit 2d09878787
5 changed files with 464 additions and 476 deletions

View File

@@ -1,31 +1,31 @@
{
"name": "平安水电移动端",
"appid": "__UNI__3CA192A",
"description": "",
"versionName": "1.1.0",
"versionCode": "100",
"transformPx": false,
"app-plus": {
"usingComponents": true,
"nvueCompiler": "uni-app",
"splashscreen": {
"alwaysShowBeforeRender": true,
"waiting": true,
"autoclose": true,
"delay": 0
"name" : "平安水电移动端",
"appid" : "__UNI__3CA192A",
"description" : "",
"versionName" : "1.1.0",
"versionCode" : "100",
"transformPx" : false,
"app-plus" : {
"usingComponents" : true,
"nvueCompiler" : "uni-app",
"splashscreen" : {
"alwaysShowBeforeRender" : true,
"waiting" : true,
"autoclose" : true,
"delay" : 0
},
"modules": {},
"permission": {
"Camera": {
"description": "需要访问相机以实现扫码功能"
"modules" : {},
"permission" : {
"Camera" : {
"description" : "需要访问相机以实现扫码功能"
},
"Flashlight": {
"description": "需要访问闪光灯以支持扫码补光"
"Flashlight" : {
"description" : "需要访问闪光灯以支持扫码补光"
}
},
"distribute": {
"android": {
"permissions": [
"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.VIBRATE\"/>",
@@ -45,49 +45,49 @@
"<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>"
]
},
"ios": {
"permissions": {
"Camera": {
"description": "需要访问相机以实现扫码功能"
"ios" : {
"permissions" : {
"Camera" : {
"description" : "需要访问相机以实现扫码功能"
},
"PhotoLibraryAdd": {
"description": "需要访问相册以保存图片"
"PhotoLibraryAdd" : {
"description" : "需要访问相册以保存图片"
}
}
},
"sdkConfigs": {}
"sdkConfigs" : {}
}
},
"quickapp": {},
"mp-weixin": {
"appid": "wx6caa681653417faa",
"setting": {
"urlCheck": false,
"es6": false,
"minified": true,
"postcss": true
"quickapp" : {},
"mp-weixin" : {
"appid" : "wx6caa681653417faa",
"setting" : {
"urlCheck" : false,
"es6" : false,
"minified" : true,
"postcss" : true
},
"optimization": {
"subPackages": true
"optimization" : {
"subPackages" : true
},
"permission": {
"scope.camera": {
"desc": "需要访问相机以实现扫码功能"
"permission" : {
"scope.camera" : {
"desc" : "需要访问相机以实现扫码功能"
}
},
"usingComponents": true
"usingComponents" : true
},
"vueVersion": "2",
"h5": {
"template": "static/index.html",
"devServer": {
"port": 9090,
"https": false
"vueVersion" : "2",
"h5" : {
"template" : "static/index.html",
"devServer" : {
"port" : 9090,
"https" : false
},
"title": "RuoYi-App",
"router": {
"mode": "hash",
"base": "./"
"title" : "RuoYi-App",
"router" : {
"mode" : "hash",
"base" : "./"
}
}
}
}