Skip to content

Commit 53bfb59

Browse files
committed
feat: 清理无用 console.log
1 parent 77684e8 commit 53bfb59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/App.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const router = useRouter();
1212
router.afterEach((to, from) => {
1313
highBrightnessControllerStore.obj[to.path] =
1414
!highBrightnessControllerStore.obj[to.path];
15-
console.log(highBrightnessControllerStore.obj[to.path], 2);
1615
});
1716
1817
const themeStore = useThemeStore();

0 commit comments

Comments
 (0)