fix(ui): ui调整

This commit is contained in:
廖彦棋
2024-03-13 09:54:20 +08:00
parent e3bb69ff10
commit d3fbb8c19e
13 changed files with 59 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
import { createRouter, createWebHistory } from 'vue-router'
import { createRouter, createWebHashHistory } from 'vue-router'
import { useAuthStore } from "@/stores/auth";
import CustomLayout from '@/components/CustomLayout.vue'
import menu from './menu'
@@ -17,7 +17,7 @@ const whiteListRoutes = [
];
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
history: createWebHashHistory(import.meta.env.BASE_URL),
routes: [
{
path: '/',