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.
26 lines
590 B
26 lines
590 B
export default {
|
|
// 路由国际化
|
|
route: {
|
|
dashboard: '首页',
|
|
system: '系统管理',
|
|
user: '用户管理',
|
|
roel: '角色管理'
|
|
},
|
|
// 登录页面国际化
|
|
login: {
|
|
title: '联美智慧能源管理系统',
|
|
username: '用户名',
|
|
password: '密码',
|
|
login: '登 录',
|
|
verifyCode: '验证码',
|
|
group: '联美智慧能源科技(沈阳)有限公司',
|
|
abbreviation: '联美智慧',
|
|
copyright: '版权所有'
|
|
},
|
|
// 导航栏国际化
|
|
navbar: {
|
|
dashboard: '首页',
|
|
logout: '注销',
|
|
document: '项目文档'
|
|
}
|
|
};
|
|
|