refactor: 使用 Naive UI 重构后台布局与黑白双主题

This commit is contained in:
GouJ
2026-09-01 16:31:21 +08:00
parent 55516537bf
commit db8c176b55
51 changed files with 3277 additions and 2442 deletions
+1 -2
View File
@@ -57,8 +57,7 @@ export const router = createRouter({
component: () => import('../components/NotFoundPage.vue'),
meta: { title: '页面不存在' }
}
],
scrollBehavior: () => ({ top: 0 })
]
})
/** 路由切换同步浏览器标题,不依赖页面组件主动修改。 */