| | |
| | | title: "", // 登录页标题 |
| | | logo: "S", |
| | | key: 'saber',//配置主键,目前用于存储 |
| | | indexTitle: '保安监管系统', |
| | | // indexTitle: '保安监管系统', |
| | | indexTitle: '智慧保安监管模块', |
| | | clientId: 'saber', // 客户端id |
| | | clientSecret: 'saber_secret', // 客户端密钥 |
| | | tenantMode: true, // 是否开启租户模式 |
| | | tenantMode: false, // 是否开启租户模式 |
| | | tenantId: "000000", // 管理组租户编号 |
| | | captchaMode: false, // 是否开启验证码模式 |
| | | lockPage: '/lock', |
| | |
| | | //配置首页不可关闭 |
| | | isFirstPage: false, |
| | | fistPage: { |
| | | label: "保安人员管理", |
| | | value: "/register/index", |
| | | label: "保安员查询", |
| | | value: "/securityGuardManagement/register", |
| | | params: {}, |
| | | query: {}, |
| | | meta: { |
| | |
| | | group: [], |
| | | close: false |
| | | }, |
| | | //配置权限分别的首页 |
| | | jurisdiction: [ |
| | | { |
| | | userNames: '管理员', |
| | | label: '本市保安公司', |
| | | value: '/securityCompany/security' |
| | | }, |
| | | { |
| | | userNames: '保安', |
| | | label: '保安员查询', |
| | | value: '/securityGuardManagement/register' |
| | | }, |
| | | ], |
| | | //配置菜单的属性 |
| | | menu: { |
| | | iconDefault: 'iconfont icon-caidan', |