sunlupeng 7 mesiacov pred
rodič
commit
30398ed230
2 zmenil súbory, kde vykonal 3 pridanie a 7 odobranie
  1. 1 1
      src/router/index.js
  2. 2 6
      src/views/dashboard/index.vue

+ 1 - 1
src/router/index.js

@@ -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 }
     }]

+ 2 - 6
src/views/dashboard/index.vue

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