diff --git a/src/router/index.ts b/src/router/index.ts index 114d560..6dbe815 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -4,6 +4,7 @@ import Layout from '../views/Layout.vue' console.log('reouter') const router = createRouter({ + // @ts-ignore history: createWebHistory(import.meta.env.BASE_URL), routes: [ {