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