feat: 添加大屏数据
This commit is contained in:
parent
4119c93408
commit
5eeecdef14
|
@ -70,6 +70,17 @@ const routes = [
|
|||
},
|
||||
"component": "bigScreen"
|
||||
},
|
||||
{
|
||||
"path": "/bigScreen2",
|
||||
"name": "bigScreen2",
|
||||
"meta": {
|
||||
"title": "驾驶舱2",
|
||||
"icon": "el-icon-position",
|
||||
"perms": ["bigScreen"],
|
||||
"fullpage": true,
|
||||
},
|
||||
"component": "bigScreen/index_enm"
|
||||
},
|
||||
{
|
||||
"path": "/track",
|
||||
"name": "track",
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
<template>
|
||||
<div class="dashboard">
|
||||
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
</script>
|
||||
<style scoped>
|
||||
.dashboard {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue