mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-03 20:35:29 +08:00
【issues/8317】菜单管理页首页国际化报错 ---
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
export default {
|
||||
login: 'Login',
|
||||
errorLogList: 'Error Log',
|
||||
defaultHomePage: 'Default Home Page',
|
||||
};
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
export default {
|
||||
login: '登录',
|
||||
errorLogList: '错误日志列表',
|
||||
defaultHomePage: '默认首页',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user