From 27f6a6384a4bcbe7613ba8b752a0b82fbfb18563 Mon Sep 17 00:00:00 2001 From: zguiy <1415466602@qq.com> Date: Sat, 28 Jun 2025 22:50:01 +0800 Subject: [PATCH] 1 --- src/router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: '/',