Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
bjquanjiang
/
DigitalScholl
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
风尚版和飞扬版菜单 网址跳转失败
新疆警官学校中职
ndbs
1 ano atrás
pai
ce391f99f5
commit
d389c7182c
2 arquivos alterados
com
12 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+4
-0
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminAccordion/Index.js
+8
-0
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminTop/Index.js
+ 4
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminAccordion/Index.js
Ver arquivo
@@ -157,6 +157,10 @@
} else {
}
break;
case 'open':// 窗口
var newWin = window.open(o.F_UrlAddress);
newWin.location.replace(o.F_UrlAddress);
break;
case "expand":
var n = m.next();
if (n.is(":visible")) {
+ 8
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminTop/Index.js
Ver arquivo
@@ -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")) {
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar