From 47a8155d186ab875e9f7b2feada4595ee45649f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E4=BB=AA=E5=BC=8F?= <854085467@qq.com> Date: Tue, 1 Dec 2020 20:34:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/document/menu.html | 114 ---------------------------------------- 1 file changed, 114 deletions(-) delete mode 100644 view/document/menu.html diff --git a/view/document/menu.html b/view/document/menu.html deleted file mode 100644 index f796a77..0000000 --- a/view/document/menu.html +++ /dev/null @@ -1,114 +0,0 @@ - -
- - -- - 并 - - 并 - --
- tab.render({
- elem: 'content',
- roll: false,
- tool: false,
- width: '100%',
- height: '500px',
- index: 0,
- tabMax: 30,
- closeEvent: function(id) {
- layer.msg("关闭回调")
- },
- data: [{
- id: "1",
- title: "首页",
- url: "http://www.baidu.com",
- close: false
- },{
- id: "2",
- title: "百度一下",
- url: "http://www.baidu.com",
- close: false
- }]
- });
-
-