From a1a20e51d6c9efea406cf18facf707ea50e3d18c Mon Sep 17 00:00:00 2001 From: Ntkskwk Date: Tue, 3 Sep 2024 07:41:34 +0800 Subject: refactor: Optimize the structure of the code --- site/src/router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/src/router') diff --git a/site/src/router/index.ts b/site/src/router/index.ts index 5b90a51..38c65fd 100644 --- a/site/src/router/index.ts +++ b/site/src/router/index.ts @@ -4,7 +4,7 @@ import { createRouter, createWebHistory } from 'vue-router' const routes = [ { path: '/', - component: () => import('@/views/Welcome.vue'), + component: () => import('@/views/index/index.vue'), }, { path: '/:path(.*)', -- cgit v1.2.3-70-g09d2