fix: 修复类型问题

This commit is contained in:
alger
2025-04-01 23:34:17 +08:00
parent ad8f7af3a9
commit 7b27cf5bc6
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ const router = createRouter({
});
// 添加全局前置守卫
router.beforeEach((to, from, next) => {
router.beforeEach((to, _, next) => {
const settingsStore = getSettingsStore();
// 如果是迷你模式