[UI] 完成国标级联的CURD

This commit is contained in:
648540858
2020-11-23 18:17:20 +08:00
parent 1904978856
commit 14003b9805
9 changed files with 519 additions and 182 deletions

View File

@@ -3,8 +3,7 @@
<el-menu router :default-active="this.$route.path" background-color="#545c64" text-color="#fff" active-text-color="#ffd04b" mode="horizontal">
<el-menu-item index="/">控制台</el-menu-item>
<el-menu-item index="/videoList">设备列表</el-menu-item>
<el-menu-item index="/parentPlatformList">国标级联</el-menu-item>
<!-- <el-menu-item index="/videoReplay">录像回看</el-menu-item> -->
<el-menu-item index="/parentPlatformList/15/1">国标级联</el-menu-item>
<el-menu-item style="float: right;" @click="loginout">退出</el-menu-item>
</el-menu>
</div>