Ver Fonte

Delete index.vue

木子李·De há 4 anos atrás
pai
commit
9d9511b70e
1 ficheiros alterados com 0 adições e 32 exclusões
  1. 0 32
      report-ui/src/views/dashboard/index.vue

+ 0 - 32
report-ui/src/views/dashboard/index.vue

@@ -1,32 +0,0 @@
-<template>
-  <div class="dashboard-container">
-    <div class="dashboard-text">设备总览 </div>
-    <Summary></Summary>
-  </div>
-</template>
-
-<script>
-import Summary from "@/views/deviceLog/logSummary/summary.vue"
-  export default {
-    name: 'index',
-    components:{
-      Summary,
-    },
-    computed: { 
-     
-    }
-  }
-</script>
-
-<style rel="stylesheet/scss" lang="scss" scoped>
-.dashboard {
-  &-container {
-    margin: 0;
-  }
-  &-text {
-    font-size:20px;
-    line-height:36px;
-    text-indent: 1.2rem;
-  }
-}
-</style>