群逻辑调整
This commit is contained in:
parent
638f22b00c
commit
93d9354fc3
|
|
@ -141,7 +141,9 @@
|
||||||
layer.msg("请先选中一条记录!", { icon: 7 });
|
layer.msg("请先选中一条记录!", { icon: 7 });
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var myrul = "/Admin/OutHHuser/GroupRoom?corp=@Html.Raw(ViewBag.corp)&roomid=" + selectRow.roomid;
|
// var myrul = "/Admin/OutHHuser/GroupRoom?corp=@Html.Raw(ViewBag.corp)&roomid=" + selectRow.roomid;
|
||||||
|
//view-source:http://10.22.11.116:8080/Admin/HHuser/GroupRoom?isHg=true&weixincrmaccount=9999&type=inner&corp=wwd4cd11d60db47118&roomid=wrir6CCwAA5nu6U--vp9oT7hrF3gOE3A&mytoken=f53a9e744b8367ffccff6d515a7ed132
|
||||||
|
var myrul = "/Admin/HHuser/GroupRoom?isHg=true&weixincrmaccount=9999&type=inner&corp=@Html.Raw(ViewBag.corp)&roomid=" + selectRow.roomid;
|
||||||
if (window["context"] == undefined) {
|
if (window["context"] == undefined) {
|
||||||
if (!window.location.origin) {
|
if (!window.location.origin) {
|
||||||
window.location.origin = window.location.protocol + "//" + window.location.hostname + (window.location.port ? ':' + window.location.port : '');
|
window.location.origin = window.location.protocol + "//" + window.location.hostname + (window.location.port ? ':' + window.location.port : '');
|
||||||
|
|
|
||||||
|
|
@ -1,18 +1,20 @@
|
||||||
{
|
{
|
||||||
"Logging": {
|
"Logging": {
|
||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
"Default": "Warning"
|
"Default": "Warning"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
//"ConnectionStrings": { "crmContext": "Server=192.168.11.41;uid=root;pwd=sa123456.;database=wework;port=3306;sslmode=none" },
|
"ConnectionStrings": {
|
||||||
"ConnectionStrings": {
|
"crmContext": "Server=10.22.11.112;uid=root;pwd=Sa123456.;database=wework;port=3306;Connection Timeout=380;",
|
||||||
"crmContext": "Server=10.22.11.116;uid=root;pwd=Sa123456.;database=wework;port=3306;sslmode=none;Connection Timeout=380;",
|
"crmMsgContext": "Server=10.22.11.112;uid=root;pwd=Sa123456.;database=wework_ww89347c2378b6e050;port=3306;sslmode=none;Connection Timeout=380;",
|
||||||
"crmMsgContext": "Server=192.168.11.34;uid=root;pwd=Sa123456.;database=wework_ww89347c2378b6e050;port=3306;sslmode=none;Connection Timeout=380;",
|
"wxContext": "Server=10.22.11.112;uid=root;pwd=Sa123456.;database=wxcontext;port=3306;sslmode=none;Connection Timeout=380;",
|
||||||
"wxContext": "Server=192.168.11.34;uid=root;pwd=Sa123456.;database=wxcontext;port=3306;sslmode=none;Connection Timeout=380;"
|
"hgContext": "DATA SOURCE=192.168.11.67:1521/orcl;PERSIST SECURITY INFO=True;USER ID=UPDEV;PASSWORD=sa123456."
|
||||||
},
|
},
|
||||||
"HHMessageFile": "http://1.202.216.226:8081/",
|
"HHMessageFile": "http://10.22.11.112:8081/",
|
||||||
"InnerFile": "http://192.168.11.26:8081/",
|
"InnerFile": "http://10.22.11.112:8081/",
|
||||||
"NewCoreInterface": "http://192.168.11.111:909/"
|
"NewCoreInterface": "http://192.168.11.111:909/",
|
||||||
|
"HG_INTERNAL_WEBAPI": "p://192.168.11.80:8094/",
|
||||||
}
|
"CRM_CORE_WEBAPI": "http://192.168.11.80:8088/",
|
||||||
|
"ZXD_WEBAPI": "http://120.77.165.155:8089/"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue