Unverified 提交 e807539b 作者: 仲灏 提交者: GitHub

perf: Changing variable names (#1869)

上级 0634f2ca
...@@ -3,7 +3,7 @@ import type { AppRouteModule } from '/@/router/types'; ...@@ -3,7 +3,7 @@ import type { AppRouteModule } from '/@/router/types';
import { LAYOUT } from '/@/router/constant'; import { LAYOUT } from '/@/router/constant';
import { t } from '/@/hooks/web/useI18n'; import { t } from '/@/hooks/web/useI18n';
const dashboard: AppRouteModule = { const about: AppRouteModule = {
path: '/about', path: '/about',
name: 'About', name: 'About',
component: LAYOUT, component: LAYOUT,
...@@ -28,4 +28,4 @@ const dashboard: AppRouteModule = { ...@@ -28,4 +28,4 @@ const dashboard: AppRouteModule = {
], ],
}; };
export default dashboard; export default about;
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论