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