@@ -38,7 +38,7 @@ export const constantRouterMap = [
redirect: 'dashboard',
children: [{
path: 'dashboard',
- component: _import('report/stockReport'),
+ component: _import('dashboard/index'),
name: 'dashboard',
meta: { title: '首页', icon: 'dashboard', noCache: true }
}]
@@ -1,9 +1,5 @@
<template>
- <div style="height: 100vh;width: 100%;">
- <iframe src="https://dgtbi.dgtis.com/cboard/cockpit.html?shareid=3kWhLIYY" width="100%" height="100%"></iframe>
- </div>
-
- <!-- <el-row class="panel-group" :gutter="40">
+ <el-row class="panel-group" :gutter="40">
<el-col :xs="12" :sm="12" :lg="6" class="card-panel-col">
<div class='card-panel' @click="handleSetLineChartData('newVisitis')">
<div class="card-panel-icon-wrapper icon-people">
@@ -88,7 +84,7 @@
</div>
</el-col>
- </el-row> -->
+ </el-row>
</template>
<script>