fix: remove unnecessary file importing

This commit is contained in:
merlin
2025-11-12 14:43:19 +08:00
parent f6b5ff8766
commit 2ec697c6e8

View File

@@ -57,11 +57,6 @@ const router = createRouter({
title: "新闻管理",
},
},
{
path: "details",
name: "details",
component: () => import("@/views/admin/details.vue"),
},
{
path: "comments",
name: "comments",