# 初步数据

This commit is contained in:
xianfuxing 2018-07-31 00:12:29 +08:00
parent 5fc52eaa50
commit 9f5f5e6c7f
4 changed files with 26 additions and 5 deletions

View File

@ -60,7 +60,7 @@ export const constantRouterMap = [
icon: 'chart'
},
children: [
{ path: 'index', component: () => import('@/views/counter/index'), name: 'counter', meta: { title: 'counter' }},
{ path: 'index', component: () => import('@/views/counter/index'), name: 'statistic', meta: { title: 'statistic' }},
{ path: 'device', component: () => import('@/views/counter/device'), name: 'device', meta: { title: 'device' }},
{ path: 'count', component: () => import('@/views/counter/count'), name: 'count', meta: { title: 'count' }}
]

View File

@ -0,0 +1,17 @@
<template>
<div class="app-container">
<p class="warn-content">
只能模块消息推送列表
</p>
</div>
</template>
<script>
export default {
name: 'count'
}
</script>
<style lang="scss">
</style>

View File

@ -1,6 +1,8 @@
<template>
<div class="device-container">
<h3>Device List</h3>
<div class="app-container">
<p class="warn-content">
无线智能设备信息表
</p>
</div>
</template>

View File

@ -1,6 +1,8 @@
<template>
<div class="device-container">
<h3>Counter Page</h3>
<div class="app-container">
<p class="warn-content">
灭蚊侠提供健康环境你值得拥有
</p>
</div>
</template>