parent
a0ec5fc188
commit
5d2e2db032
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -5,7 +5,7 @@ window.rootPath = (function(src) {
|
||||||
|
|
||||||
layui.config({
|
layui.config({
|
||||||
base: rootPath + "module/",
|
base: rootPath + "module/",
|
||||||
version: "3.7.8.Release"
|
version: "3.8.0.Release"
|
||||||
}).extend({
|
}).extend({
|
||||||
admin: "admin", // 框架布局组件
|
admin: "admin", // 框架布局组件
|
||||||
menu: "menu", // 数据菜单组件
|
menu: "menu", // 数据菜单组件
|
||||||
|
|
|
||||||
|
|
@ -23,13 +23,13 @@ menu:
|
||||||
tab:
|
tab:
|
||||||
## 是否开启多选项卡
|
## 是否开启多选项卡
|
||||||
muiltTab: true
|
muiltTab: true
|
||||||
## 切换选项卡时,是否刷新页面状态
|
## 保持视图状态
|
||||||
keepState: true
|
keepState: true
|
||||||
## 是否开启 Tab 记忆
|
## 开启选项卡记忆
|
||||||
session: true
|
session: true
|
||||||
## 最大可打开的选项卡数量
|
## 最大可打开的选项卡数量
|
||||||
tabMax: "30"
|
tabMax: "30"
|
||||||
## 默认选项卡数据
|
## 首页
|
||||||
index:
|
index:
|
||||||
id: "10" ## 标识 ID , 建议与菜单项中的 ID 一致
|
id: "10" ## 标识 ID , 建议与菜单项中的 ID 一致
|
||||||
href: "view/console/console1.html" ## 页面地址
|
href: "view/console/console1.html" ## 页面地址
|
||||||
|
|
@ -42,7 +42,7 @@ theme:
|
||||||
defaultMenu: "dark-theme"
|
defaultMenu: "dark-theme"
|
||||||
## 是否允许用户切换主题,false 时关闭自定义主题面板
|
## 是否允许用户切换主题,false 时关闭自定义主题面板
|
||||||
allowCustom: true
|
allowCustom: true
|
||||||
## 供选择的主题色配置列表
|
## 主题色配置列表
|
||||||
colors:
|
colors:
|
||||||
- id: "1"
|
- id: "1"
|
||||||
color: "#2d8cf0"
|
color: "#2d8cf0"
|
||||||
|
|
@ -54,7 +54,7 @@ colors:
|
||||||
color: "#f56c6c"
|
color: "#f56c6c"
|
||||||
- id: "5"
|
- id: "5"
|
||||||
color: "#3963bc"
|
color: "#3963bc"
|
||||||
## 主题面板的链接列表配置
|
## 主题面板的链接列表
|
||||||
links:
|
links:
|
||||||
- icon: "layui-icon layui-icon-website"
|
- icon: "layui-icon layui-icon-website"
|
||||||
title: "官方网站"
|
title: "官方网站"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue