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

View File

@@ -138,7 +138,7 @@ import UserProfile from '@/layouts/components/UserProfile.vue'
:item="{
title: '插件',
icon: 'mdi-apps',
to: '/plugin',
to: '/plugins',
}"
/>
<VerticalNavLink

View File

@@ -77,7 +77,7 @@ const router = createRouter({
},
},
{
path: 'plugin',
path: 'plugins',
component: () => import('../pages/plugin.vue'),
meta: {
requiresAuth: true,