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})