From 9e718547cac98ce85e031a6266d3ac927eb2f1d1 Mon Sep 17 00:00:00 2001
From: sric <sirrcvip@126.com>
Date: 星期六, 22 十一月 2025 19:46:53 +0800
Subject: [PATCH] banner图片替换 dist

---
 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