style: 抽屉+弹层全局样式调整

This commit is contained in:
liangdong
2025-12-29 21:51:46 +08:00
parent 6a2c315a87
commit fa4de6f71f
8 changed files with 102 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
import { createWebHistory, createRouter } from 'vue-router'
import Login from '@/pages/Login/index.vue';
import HomeView from '@/pages/Home/index.vue';
import HomeView from '@/pages/Layout/index.vue';
const routes = [
{ path: '/', component: HomeView },
{ path: '/login', component: Login },