feat(zh-cn.ts): 自定义国际化中文语言包

This commit is contained in:
郝先瑞
2022-02-23 23:59:33 +08:00
parent 711cbb23dd
commit 2c884c0136

6
src/lang/zh-cn.ts Normal file
View File

@@ -0,0 +1,6 @@
export default {
// 路由国际化
route: {
dashboard: '首页'
}
}