# 初步数据
This commit is contained in:
parent
5fc52eaa50
commit
9f5f5e6c7f
|
@ -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' }}
|
||||
]
|
||||
|
|
|
@ -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>
|
|
@ -1,6 +1,8 @@
|
|||
<template>
|
||||
<div class="device-container">
|
||||
<h3>Device List</h3>
|
||||
<div class="app-container">
|
||||
<p class="warn-content">
|
||||
无线智能设备信息表
|
||||
</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<template>
|
||||
<div class="device-container">
|
||||
<h3>Counter Page</h3>
|
||||
<div class="app-container">
|
||||
<p class="warn-content">
|
||||
灭蚊侠,提供健康环境,你值得拥有。
|
||||
</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in New Issue