fix: remove unnecessary file importing
This commit is contained in:
@@ -57,11 +57,6 @@ const router = createRouter({
|
||||
title: "新闻管理",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "details",
|
||||
name: "details",
|
||||
component: () => import("@/views/admin/details.vue"),
|
||||
},
|
||||
{
|
||||
path: "comments",
|
||||
name: "comments",
|
||||
|
||||
Reference in New Issue
Block a user