dev #3

Merged
zguiy merged 3 commits from dev into main 2025-06-28 22:50:30 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 27f6a6384a - Show all commits

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