【issues/8317】菜单管理页首页国际化报错 ---

This commit is contained in:
JEECG
2025-07-19 09:34:17 +08:00
parent 69b2e97935
commit 3c0cc49f0c
3 changed files with 22 additions and 9 deletions

View File

@ -1,4 +1,5 @@
export default {
login: 'Login',
errorLogList: 'Error Log',
defaultHomePage: 'Default Home Page',
};

View File

@ -1,4 +1,5 @@
export default {
login: '登录',
errorLogList: '错误日志列表',
defaultHomePage: '默认首页',
};