微信小程序登录修改

This commit is contained in:
2026-01-09 12:17:21 +08:00
parent f948362d1b
commit 8073a95f74
23 changed files with 1417 additions and 58 deletions

View File

@@ -1,15 +1,17 @@
{
"name" : "泰豪小电",
"appid" : "",
"appid" : "__UNI__69FD573",
"description" : "泰豪小电智能工单系统",
"versionName" : "1.0.0",
"versionCode" : "100",
"uni-app-x" : {},
"quickapp" : {},
"mp-weixin" : {
"appid" : "",
"appid" : "wx15e67484db6d431f",
"setting" : {
"urlCheck" : false
"urlCheck" : false,
"postcss" : true,
"minified" : true
},
"usingComponents" : true,
"permission" : {
@@ -59,5 +61,40 @@
}
}
}
},
"app-android" : {
"distribute" : {
"permissions" : [
"<uses-permission android:name=\"android.permission.CAMERA\"/>",
"<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>",
"<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>"
],
"modules" : {},
"icons" : {
"hdpi" : "",
"xhdpi" : "",
"xxhdpi" : "",
"xxxhdpi" : ""
},
"splashScreens" : {
"default" : {}
}
}
},
"app-ios" : {
"distribute" : {
"privacyDescription" : {
"NSCameraUsageDescription" : "用于视频会议时开启摄像头",
"NSMicrophoneUsageDescription" : "用于视频会议时开启麦克风"
},
"modules" : {},
"icons" : {},
"splashScreens" : {}
}
},
"web" : {
"router" : {
"mode" : ""
}
}
}