20 lines
589 B
20 lines
589 B
export default { |
|
/** |
|
* @description 配置显示在浏览器标签的title |
|
*/ |
|
title: 'Python程序设计教学系统', |
|
/** |
|
* @description 是否使用国际化,默认为false |
|
* 如果不使用,则需要在路由中给需要在菜单中展示的路由设置meta: {title: 'xxx'} |
|
* 用来在菜单中显示文字 |
|
*/ |
|
locale: 'zh', |
|
/** |
|
* @description 跳转子系统链接 |
|
*/ |
|
systemId: 1, |
|
/** |
|
* @description 长时间未操作,自动退出登录时间 |
|
*/ |
|
autoLogoutTime: 3600000 |
|
} |