perf: Changing variable names (#1869)

This commit is contained in:
仲灏 2022-05-04 15:11:23 +08:00 committed by GitHub
parent 0634f2ca9e
commit e807539b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ import type { AppRouteModule } from '/@/router/types';
import { LAYOUT } from '/@/router/constant';
import { t } from '/@/hooks/web/useI18n';
const dashboard: AppRouteModule = {
const about: AppRouteModule = {
path: '/about',
name: 'About',
component: LAYOUT,
@ -28,4 +28,4 @@ const dashboard: AppRouteModule = {
],
};
export default dashboard;
export default about;