|
@@ -1803,7 +1803,7 @@ us.getMindNetwork = function (response, docid, pageid, userid) {
|
|
|
us.offLineMessage[pageid].mindNetwork.indexOf(docid) == -1 && us.offLineMessage[pageid].mindNetwork.push(docid); //添加到用户离线消息的连接wrod记录中
|
|
|
}
|
|
|
//如果不存在则去数据库查找
|
|
|
- us.mysql.usselect(['127.0.0.1', 'pbl', 'select_room', docid],
|
|
|
+ us.mysql.usselect(['172.16.12.5', 'pbl', 'select_room', docid],
|
|
|
function (ret) {
|
|
|
if (ret) {
|
|
|
us.mindNetwork[docid].content = json.parse(ret[0].data); //把思维网格的内容转化成数组
|