src/config/website.js
@@ -5,7 +5,7 @@ title: 'saber', logo: 'S', key: 'saber', //配置主键,目前用于存储 indexTitle: 'Saber Admin', indexTitle: '', clientId: 'drone', // 客户端id clientSecret: 'drone_secret', // 客户端密钥 tenantMode: true, // 是否开启租户模式 @@ -32,8 +32,10 @@ menu: true, }, fistPage: { name: '首页', name: '个人工作台', path: '/wel/index', // path: '/tickets/ticket', }, //配置菜单的属性 menu: { @@ -69,4 +71,4 @@ // 报表设计器地址(cloud端口为8108,boot端口为80) reportUrl: 'http://localhost:8108/ureport', }, }; }