Compare commits
No commits in common. "f83048e5c6c10f60c1eac0b47518b440d6db5631" and "1e9f442b7b6003279ce4ccdba414cc9ea0f72d25" have entirely different histories.
f83048e5c6
...
1e9f442b7b
@ -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: '通知消息',
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user