zhang
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/router/routes/modules/about.ts
|
|
|
@ -10,7 +10,7 @@ const about: AppRouteModule = { |
|
|
|
redirect: '/about/index', |
|
|
|
meta: { |
|
|
|
hideChildrenInMenu: true, |
|
|
|
icon: 'simple-icons:about-dot-me', |
|
|
|
icon: 'simple-icons:aboutdotme', |
|
|
|
title: t('routes.dashboard.about'), |
|
|
|
orderNo: 100000, |
|
|
|
}, |
|
|
|
@ -21,7 +21,7 @@ const about: AppRouteModule = { |
|
|
|
component: () => import('@/views/sys/about/index.vue'), |
|
|
|
meta: { |
|
|
|
title: t('routes.dashboard.about'), |
|
|
|
icon: 'simple-icons:about-dot-me', |
|
|
|
icon: 'simple-icons:aboutdotme', |
|
|
|
hideMenu: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|