permission
This commit is contained in:
2
App.vue
2
App.vue
@@ -7,7 +7,7 @@
|
||||
export default {
|
||||
onLaunch: function() {
|
||||
im.initIm('lmxuhwaglu76d')
|
||||
// return
|
||||
return
|
||||
//#ifdef APP-PLUS
|
||||
// 获取系统版本号
|
||||
getVersions({
|
||||
|
||||
@@ -59,7 +59,15 @@
|
||||
"autoSdkPermissions" : true
|
||||
},
|
||||
/* ios打包配置 */
|
||||
"ios" : {},
|
||||
"ios" : {
|
||||
"privacyDescription" : {
|
||||
"NSMicrophoneUsageDescription" : "发送语音消息以及音视频通话",
|
||||
"NSCameraUsageDescription" : "发送图文消息以及视频通话",
|
||||
"NSPhotoLibraryUsageDescription" : "发送图文消息",
|
||||
"NSPhotoLibraryAddUsageDescription" : "保存图片消息",
|
||||
"NSLocationWhenInUseUsageDescription" : "发送当前位置信息"
|
||||
}
|
||||
},
|
||||
/* SDK配置 */
|
||||
"sdkConfigs" : {
|
||||
"oauth" : {
|
||||
|
||||
BIN
uni_modules/onemue-USQLite/.DS_Store
vendored
BIN
uni_modules/onemue-USQLite/.DS_Store
vendored
Binary file not shown.
Reference in New Issue
Block a user