Merge pull request 'dev' (#3) from dev into main

Reviewed-on: #3
This commit is contained in:
2025-06-28 22:50:30 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue + TS</title>
<title>子归云 工具箱</title>
</head>
<body>
<div id="app"></div>

View File

@ -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: '/',