From 5caca0c02d55be32ac91c4ffbb1a5c615293bd3a Mon Sep 17 00:00:00 2001 From: yinbangzhong <zhongbangyin@126.com> Date: 星期三, 28 八月 2024 13:58:32 +0800 Subject: [PATCH] switch english --- src/router/index.ts | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index e230a4b..b1b97ac 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -1,4 +1,4 @@ -import { createRouter, createWebHistory } from 'vue-router'; +import { createRouter, createWebHistory,createWebHashHistory } from 'vue-router'; import NProgress from 'nprogress'; // progress bar import 'nprogress/nprogress.css'; @@ -10,6 +10,7 @@ const router = createRouter({ history: createWebHistory(), + // history: createWebHashHistory(), routes: [ { path: '/', -- Gitblit v1.8.0