mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-14 10:57:19 +08:00
7 lines
203 B
TypeScript
7 lines
203 B
TypeScript
export default {
|
|
'menu.exception.404': '404',
|
|
'exception.result.404.description': '抱歉,页面不见了~',
|
|
'exception.result.404.retry': '重试',
|
|
'exception.result.404.back': '返回',
|
|
};
|