style: 抽屉+弹层全局样式调整
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user