guoyujia 1 år sedan
förälder
incheckning
828d9109f3
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. 1 1
      src/router/index.js
  2. 2 2
      src/views/index.vue

+ 1 - 1
src/router/index.js

@@ -63,7 +63,7 @@ export const constantRoutes = [{
     redirect: '/index',
     children: [{
       path: '/index',
-      component: () => import('@/views/index'),
+      // component: () => import('@/views/index'),
       name: 'Index',
       meta: {
         title: '首页',

+ 2 - 2
src/views/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="page-container column-container">
-    <!-- <el-row :gutter="24">
+    <el-row :gutter="24">
       <el-col :span="8">
         <div class="dashboard-total-item">
           <img :src="totalIcon2" />
@@ -37,7 +37,7 @@
           <div class="item-statistic-container" id="appointment-statistic"></div>
         </el-col>
       </el-row>
-    </div> -->
+    </div>
   </div>
 </template>
 <script setup>