This commit is contained in:
haomingming 2025-12-28 09:14:24 +08:00
parent 9de11a5f52
commit 0c9587b100

View File

@ -11,7 +11,7 @@ router.afterEach((to, from, next) => {
})
// const vConsole = new VConsole();
const vConsole = new VConsole();
const app = createApp(App);
app.use(router);