|
|
@@ -127,6 +127,10 @@ |
|
|
|
h.frameTab.open(q) |
|
|
|
} else { } |
|
|
|
break; |
|
|
|
case "open":// 窗口 |
|
|
|
var newWin = window.open(q.F_UrlAddress); |
|
|
|
newWin.location.replace(q.F_UrlAddress); |
|
|
|
break; |
|
|
|
case "expand": |
|
|
|
if (!o.hasClass("active")) { |
|
|
|
// console.log(11) |
|
|
@@ -152,6 +156,10 @@ |
|
|
|
h.frameTab.open(q) |
|
|
|
} else { } |
|
|
|
break; |
|
|
|
case "open":// 窗口 |
|
|
|
var newWin = window.open(q.F_UrlAddress); |
|
|
|
newWin.location.replace(q.F_UrlAddress); |
|
|
|
break; |
|
|
|
case "expand": |
|
|
|
var p = o.next(); |
|
|
|
if (p.is(":visible")) { |
|
|
|