| | |
| | | title: 'saber', |
| | | logo: 'S', |
| | | key: 'saber', //配置主键,目前用于存储 |
| | | indexTitle: 'Saber Admin', |
| | | clientId: 'saber3', // 客户端id |
| | | clientSecret: 'saber3_secret', // 客户端密钥 |
| | | indexTitle: '', |
| | | clientId: 'drone', // 客户端id |
| | | clientSecret: 'drone_secret', // 客户端密钥 |
| | | tenantMode: true, // 是否开启租户模式 |
| | | tenantId: '000000', // 管理组租户编号 |
| | | captchaMode: true, // 是否开启验证码模式 |
| | |
| | | menu: true, |
| | | }, |
| | | fistPage: { |
| | | name: '首页', |
| | | name: '个人工作台', |
| | | path: '/wel/index', |
| | | // path: '/tickets/ticket', |
| | | |
| | | }, |
| | | //配置菜单的属性 |
| | | menu: { |
| | |
| | | // 报表设计器地址(cloud端口为8108,boot端口为80) |
| | | reportUrl: 'http://localhost:8108/ureport', |
| | | }, |
| | | }; |
| | | } |