diff --git a/index.html b/index.html
index dde16aa..2b04c39 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
     
     
     
-    
Vite + Vue + TS
+    子归云 工具箱
   
   
     
diff --git a/src/router/index.ts b/src/router/index.ts
index 1872597..ec2c778 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -2,7 +2,7 @@ import { createRouter, createWebHistory } from 'vue-router'
 import HomeView from '@/views/HomeView.vue'
 
 const router = createRouter({
-  history: createWebHistory(import.meta.env.BASE_URL),
+  history: createWebHistory('/'),
   routes: [
     {
       path: '/',