Merge pull request #7 from thsrite/main

This commit is contained in:
jxxghp
2023-07-28 10:52:52 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -138,7 +138,7 @@ import UserProfile from '@/layouts/components/UserProfile.vue'
:item="{ :item="{
title: '插件', title: '插件',
icon: 'mdi-apps', icon: 'mdi-apps',
to: '/plugin', to: '/plugins',
}" }"
/> />
<VerticalNavLink <VerticalNavLink
+1 -1
View File
@@ -77,7 +77,7 @@ const router = createRouter({
}, },
}, },
{ {
path: 'plugin', path: 'plugins',
component: () => import('../pages/plugin.vue'), component: () => import('../pages/plugin.vue'),
meta: { meta: {
requiresAuth: true, requiresAuth: true,