From 38df81b7b2ac391f6595a7a141ee80fd8b2ba7bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Wed, 9 Oct 2024 18:18:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=89=93=E5=8D=B0=20routes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/router/index.ts b/src/router/index.ts index b233d56..1a6149c 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -1,6 +1,7 @@ import { createProgressGuard, createLogGuard, createStackGuard } from 'utils4u/vue-router'; import { createRouter, createWebHistory, type Router } from 'vue-router'; import { routes, handleHotUpdate } from 'vue-router/auto-routes'; +console.debug(`routes :>> `, JSON.stringify(routes, null, 2)); export const router = createRouter({ history: createWebHistory(import.meta.env.BASE_URL),