You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
484 B
16 lines
484 B
4 years ago
|
export default {
|
||
|
/**
|
||
|
* @description 配置显示在浏览器标签的title
|
||
|
*/
|
||
|
title: '经济金融建模实验教学系统',
|
||
|
/**
|
||
|
* @description 是否使用国际化,默认为false
|
||
|
* 如果不使用,则需要在路由中给需要在菜单中展示的路由设置meta: {title: 'xxx'}
|
||
|
* 用来在菜单中显示文字
|
||
|
*/
|
||
|
locale: 'zh',
|
||
|
/**
|
||
|
* @description 跳转子系统链接
|
||
|
*/
|
||
|
systemId: 4
|
||
|
}
|