From 134f1e64cc186b73ef78efe192a65dc434606f5a Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 09 九月 2022 11:53:04 +0800
Subject: [PATCH] up22

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

diff --git a/src/router/index.ts b/src/router/index.ts
index a08d7d6..97e29bb 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -1,5 +1,5 @@
 import {
-    createRouter, createWebHashHistory, RouteRecordRaw,
+    createRouter, createWebHistory, RouteRecordRaw,
 } from 'vue-router'
 import { cancelRequest } from '@/utils/axios'
 
@@ -9,7 +9,7 @@
 ]
 
 const router = createRouter({
-    history: createWebHashHistory(),
+    history: createWebHistory(),
     routes,
 })
 

--
Gitblit v1.8.0