This commit is contained in:
luyuan 2020-08-04 10:41:54 +08:00
parent 5e22f0429c
commit 35e0c39d1d
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3
2 changed files with 4 additions and 3 deletions

View File

@ -59,7 +59,8 @@
], ],
// //
information_dl: [{ information_dl: [
{
id: 0, id: 0,
url: '../../static/pageD/info(11).png', url: '../../static/pageD/info(11).png',
text: '通知消息', text: '通知消息',

View File

@ -423,8 +423,8 @@ export default {
}; };
var room = { var room = {
id : a.id + "", id : a.rid + "",
name : a.id + "" name : a.rid + ""
}; };
console.log(room,currentUser) console.log(room,currentUser)
//构造chatRoomService //构造chatRoomService