| | |
| | | menu: true, |
| | | }, |
| | | fistPage: { |
| | | name: '数据驾驶舱', |
| | | path: '/dataCockpit/index', |
| | | // path: '/tickets/ticket', |
| | | |
| | | name: '测试页', |
| | | path: '/test', |
| | | }, |
| | | //配置菜单的属性 |
| | | menu: { |
| | |
| | | // 第三方系统授权地址 |
| | | authUrl: 'http://localhost/blade-auth/oauth/render', |
| | | // 单点登录系统认证(cloud端口为8100,boot端口为80) |
| | | ssoUrl: |
| | | 'http://localhost:8100/oauth/authorize?client_id=saber3&response_type=code&redirect_uri=', |
| | | ssoUrl: 'http://localhost:8100/oauth/authorize?client_id=saber3&response_type=code&redirect_uri=', |
| | | // 单点登录回调地址(Saber服务的登录界面地址) |
| | | redirectUri: 'http://localhost:2888/login', |
| | | }, |