diff --git a/view/document/button.html b/view/document/button.html index a13c426..401748f 100644 --- a/view/document/button.html +++ b/view/document/button.html @@ -236,12 +236,10 @@
- Load 手动 + 本页跳转
- -
@@ -254,9 +252,9 @@ layui.use(["jquery"], function() { var $ = layui.jquery; - $("[to]").click(function(){ - top.layui.frame.changePageByElement("content","http://www.baidu.com","百度一下",true) - }) + $("[to]").click(function(){ + top.layui.frame.changePageByElement("content","http://www.baidu.com","百度一下",true) + }) })