You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
842 B
Plaintext
18 lines
842 B
Plaintext
11 months ago
|
/**
|
||
|
* portalConfig主要是定义主体框架页面展示的通用配置
|
||
|
*
|
||
|
*/
|
||
|
var PortalConfig = {
|
||
|
SystemName: "驰骋BPM", //系统名称
|
||
|
SystemLogo: "./image/logo.png", //系统图标
|
||
|
IsShowTheme: true, //是否显示主题图标
|
||
|
DefaultTheme:"defaultTheme", //默认主题颜色
|
||
|
IsShowFullScreen: true, //是否显示全屏图标
|
||
|
IsShowFast: true, //是否显示快捷方式
|
||
|
IsShowRefresh: true, //是否显示刷新图标
|
||
|
IsShowFlexible: true,
|
||
|
LogoutPath: "/Portal/Standard/", //默认退出到的路径
|
||
|
IsShowTwoLevelMenu: false, //是不是两级菜单显示
|
||
|
IsShowTwoLevelMenu: false, //是不是两级菜单显示
|
||
|
IsClassicalLayout:true, //是否分栏布局
|
||
|
}
|