refactor: 使用 Naive UI 重构后台布局与黑白双主题
This commit is contained in:
+1
-2
@@ -57,8 +57,7 @@ export const router = createRouter({
|
||||
component: () => import('../components/NotFoundPage.vue'),
|
||||
meta: { title: '页面不存在' }
|
||||
}
|
||||
],
|
||||
scrollBehavior: () => ({ top: 0 })
|
||||
]
|
||||
})
|
||||
|
||||
/** 路由切换同步浏览器标题,不依赖页面组件主动修改。 */
|
||||
|
||||
Reference in New Issue
Block a user