From cfd6381b75e64f04aefb5d75407abd7171cc4f21 Mon Sep 17 00:00:00 2001 From: Jmysy <854085467@qq.com> Date: Tue, 2 Jun 2020 01:34:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=B8=80=E5=98=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Pear Admin v 2.0/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Pear Admin v 2.0/index.html b/Pear Admin v 2.0/index.html index 2185144..6a4391c 100644 --- a/Pear Admin v 2.0/index.html +++ b/Pear Admin v 2.0/index.html @@ -71,7 +71,7 @@ var config = { keepLoad: 1200, // 主 页 加 载 过 度 时 长 可为 false - muiltTab: false , // 是 否 开 启 多 标 签 页 true 开启 false 关闭 + muiltTab: true , // 是 否 开 启 多 标 签 页 true 开启 false 关闭 control: false, // 是 否 开 启 多 系 统 菜 单 true 开启 false 关闭 theme: "dark-theme", // 默 认 主 题 样 式 dark-theme 默认主题 light-theme 亮主题 index: 'view/console/console1.html', // 默 认 加 载 主 页 @@ -92,8 +92,6 @@ } }) - - $("body").on("click",".pearson",function(){ pearTab.addTabOnlyByElem("content" ,{id:111,title:"个人信息",url:"view/system/person.html",close:true})