Compare commits
3 Commits
d9f379d489
...
e9184b90c1
| Author | SHA1 | Date | |
|---|---|---|---|
| e9184b90c1 | |||
| 748ff74731 | |||
| d3b33e3c26 |
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.
@@ -92,6 +92,8 @@ const imLibListeners = () => {
|
||||
uni.$emit('onReceiveMessage', message)
|
||||
}
|
||||
} else if (message.objectName === IMLib.ObjectName.GroupNotification) {
|
||||
// 这个是为了更新消息列表页的
|
||||
uni.$emit('onReceiveMessage_' + message.targetId, message)
|
||||
// 解散群
|
||||
if (message.content.operation === 'Dismiss') {
|
||||
IMLib.cleanHistoryMessages(3, message.targetId, message.sentTime,
|
||||
|
||||
Reference in New Issue
Block a user