Compare commits

..

No commits in common. "f83048e5c6c10f60c1eac0b47518b440d6db5631" and "1e9f442b7b6003279ce4ccdba414cc9ea0f72d25" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -59,8 +59,7 @@
], ],
// //
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.rid + "", id : a.id + "",
name : a.rid + "" name : a.id + ""
}; };
console.log(room,currentUser) console.log(room,currentUser)
//构造chatRoomService //构造chatRoomService