人生啊人生 3 місяців тому
батько
коміт
b336180911

+ 1 - 1
user_web/src/router/adminRoute.ts

@@ -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 - 2
user_web/src/view/admin/Main.vue

@@ -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;