From a93708bd652dc42d4b53fe4a07cbda3394aaaf37 Mon Sep 17 00:00:00 2001
From: renjie <renjie@bluedeer.com.cn>
Date: 星期五, 21 十一月 2025 10:21:55 +0800
Subject: [PATCH] 提交.ico

---
 src/router/index.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index f4b2afd..4f16ebc 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -1,8 +1,8 @@
-import { createRouter, createWebHistory } from 'vue-router';
+import { createRouter, createWebHistory, createWebHashHistory } from 'vue-router';
 import HomeView from '../views/HomeView.vue';
 
 const router = createRouter({
-  history: createWebHistory(import.meta.env.BASE_URL),
+  history: createWebHashHistory(import.meta.env.BASE_URL),
   routes: [
     {
       path: '/',

--
Gitblit v1.8.0