@@ -1,7 +1,7 @@
const adminRoute = {
path: '/admin',
name: 'admin',
- component: () => import('../view/student/layout/index.vue'),
+ component: () => import('../view/admin/Main.vue'),
meta: { title: '后台管理-首页' },
children: [
// {
@@ -7,11 +7,16 @@ const router = useRouter();
<template>
<div class="main commonsScrollbar">
- 后台管理-首页
+
</div>
</template>
-<style lang="less" scoped>
+<style lang="scss" scoped>
* {
box-sizing:border-box;