export default { /** * @description 配置显示在浏览器标签的title */ title: 'saas平台服务端管理系统', /** * @description 是否使用国际化,默认为false * 如果不使用,则需要在路由中给需要在菜单中展示的路由设置meta: {title: 'xxx'} * 用来在菜单中显示文字 */ locale: 'zh', /** * @description 长时间未操作,自动退出登录时间 */ autoLogoutTime: 3600000, /** * @description 默认密码 */ initialPassword: '111aaa', /** * 所属平台:1->职站 2->数据平台 3->中台 */ platformId: 3, /** * @description 系统列表 */ systemList: [ { id: 1, label: 'Python程序设计教学系统' } // ,{ // id: 2, // label: '跨国仿真系统' // },{ // id: 3, // label: '期权期货系统' // } ,{ id: 4, label: '经济金融建模实验教学系统' },{ id: 5, label: 'Python可视化实验教学系统' },{ id: 6, label: '金融随机过程实验教学系统' },{ id: 7, label: '量化投资策略建模实验教学系统' },{ id: 8, label: '大数据分析实验教学系统' }, { id: 9, label: 'Python数据清洗教学实验系统' },{ id: 10, label: 'Python数据采集(爬虫)教学实验系统' } ], /** * @description 是否使用动态路由 */ dynamicRoute: false }