diff --git a/src/router/index.ts b/src/router/index.ts index ce0fb46..784b932 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -7,7 +7,7 @@ import type { RouteRecordRaw } from 'vue-router'; import type { App } from 'vue'; -import { createRouter, createWebHashHistory, createWebHistory } from 'vue-router'; +import { createRouter, createWebHistory } from 'vue-router'; import { basicRoutes } from './routes'; import { formatUrlParamsMenu } from '/@/router/helper/menuHelper'; import { useUserStore } from '/@/store/modules/user';