mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 16:56:40 +08:00
更新 index.ts
This commit is contained in:
+2
-1
@@ -74,7 +74,6 @@ const router = createRouter({
|
|||||||
path: '/subscribe-share',
|
path: '/subscribe-share',
|
||||||
component: () => import('../pages/subscribe-share.vue'),
|
component: () => import('../pages/subscribe-share.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
keepAlive: true,
|
|
||||||
requiresAuth: true,
|
requiresAuth: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -98,6 +97,7 @@ const router = createRouter({
|
|||||||
path: '/downloading',
|
path: '/downloading',
|
||||||
component: () => import('../pages/downloading.vue'),
|
component: () => import('../pages/downloading.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
|
keepAlive: true,
|
||||||
requiresAuth: true,
|
requiresAuth: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -105,6 +105,7 @@ const router = createRouter({
|
|||||||
path: '/history',
|
path: '/history',
|
||||||
component: () => import('../pages/history.vue'),
|
component: () => import('../pages/history.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
|
keepAlive: true,
|
||||||
requiresAuth: true,
|
requiresAuth: true,
|
||||||
hideFooter: true,
|
hideFooter: true,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user