添加addParentPlatform, queryParentPlatformList 接口

This commit is contained in:
648540858
2020-11-20 18:02:01 +08:00
parent f3e45410d5
commit 1904978856
10 changed files with 616 additions and 10 deletions

View File

@@ -3,8 +3,8 @@
<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="4">级联设置</el-menu-item> -->
<el-menu-item style="float: right;" @click="loginout">退出</el-menu-item>
</el-menu>
</div>
@@ -23,4 +23,4 @@ export default {
}
}
</script>
</script>