@@ -68,7 +68,7 @@ tableObj.datagrid({
align: "left",
formatter: function (value, row) {
var orgId = row.orgId
- return '<a href="http://' + host + "/?auth_cid=" + orgId + '" target="_parent">' + value + "</a>"
+ return '<a href="http://' + host + "/classic.html?auth_cid=" + orgId + '" target="_parent">' + value + "</a>"
},
{
@@ -69,7 +69,7 @@ tableObj.datagrid({
- return '<a href="http://' + host + "/?auth_cid=" + orgId + '" target="_blank">' + value + "</a>"
+ return '<a href="http://' + host + "/classic.html?auth_cid=" + orgId + '" target="_blank">' + value + "</a>"
@@ -1159,7 +1159,7 @@ function initTabData() {
var orgId = row.companyId
@@ -247,7 +247,7 @@
{ field: "monitorOnline", title: "监测点(离线/总数)", width: 150, align: "center" },