From da3f19b5eb58fcd05623611376dbaf82add27f4f Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期四, 22 九月 2022 10:18:04 +0800
Subject: [PATCH] 首页
---
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