aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/site/src/router
diff options
context:
space:
mode:
authorNtkskwk <natsukawa247@outlook.com>2024-09-03 07:41:34 +0800
committerNtkskwk <natsukawa247@outlook.com>2024-09-03 07:41:34 +0800
commita1a20e51d6c9efea406cf18facf707ea50e3d18c (patch)
treef8516f5ce30efa59189c78a1cdfaf5614acb7d58 /site/src/router
parentd77828d97ee98792e50a034f905cd3894807d5ff (diff)
downloadHydroRoll-a1a20e51d6c9efea406cf18facf707ea50e3d18c.tar.gz
HydroRoll-a1a20e51d6c9efea406cf18facf707ea50e3d18c.zip
refactor: Optimize the structure of the code
Diffstat (limited to 'site/src/router')
-rw-r--r--site/src/router/index.ts2
1 files changed, 1 insertions, 1 deletions
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(.*)',