mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-11 18:10:49 +08:00
fix 部署后插件页面刷新403问题
This commit is contained in:
@@ -138,7 +138,7 @@ import UserProfile from '@/layouts/components/UserProfile.vue'
|
||||
:item="{
|
||||
title: '插件',
|
||||
icon: 'mdi-apps',
|
||||
to: '/plugin',
|
||||
to: '/plugins',
|
||||
}"
|
||||
/>
|
||||
<VerticalNavLink
|
||||
|
||||
@@ -77,7 +77,7 @@ const router = createRouter({
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'plugin',
|
||||
path: 'plugins',
|
||||
component: () => import('../pages/plugin.vue'),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
|
||||
Reference in New Issue
Block a user