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.
25 lines
500 B
25 lines
500 B
2 years ago
|
export default {
|
||
|
// 路由国际化
|
||
|
route: {
|
||
|
dashboard: '首页',
|
||
|
system:'系统管理',
|
||
|
user:'用户管理',
|
||
|
roel:'角色管理',
|
||
|
},
|
||
|
// 登录页面国际化
|
||
|
login: {
|
||
|
title: '联美运营驾驶舱管理系统',
|
||
|
username: '用户名',
|
||
|
password: '密码',
|
||
|
login: '登 录',
|
||
|
verifyCode: '验证码',
|
||
|
copyright: '版权所有',
|
||
|
},
|
||
|
// 导航栏国际化
|
||
|
navbar: {
|
||
|
dashboard: '首页',
|
||
|
logout: '注销',
|
||
|
document: '项目文档',
|
||
|
}
|
||
|
};
|