fix:视频监控
This commit is contained in:
@ -368,7 +368,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="menu-item active">现场环境参数</div>
|
<div class="menu-item active">现场环境参数</div>
|
||||||
<div class="menu-item">参数记录</div>
|
<div class="menu-item">参数记录</div>
|
||||||
<div class="menu-item">视觉监控</div>
|
<div class="menu-item">视频监控</div>
|
||||||
<div class="menu-item">日志</div>
|
<div class="menu-item">日志</div>
|
||||||
<div class="menu-item">报警</div>
|
<div class="menu-item">报警</div>
|
||||||
<div class="current-alert">当前报警项目</div>
|
<div class="current-alert">当前报警项目</div>
|
||||||
|
|||||||
@ -35,7 +35,7 @@ const emit = defineEmits(['update:activeMenuIndex', 'showAlert']);
|
|||||||
const menuList = ref([
|
const menuList = ref([
|
||||||
{ name: '现场环境参数' },
|
{ name: '现场环境参数' },
|
||||||
{ name: '参数记录' },
|
{ name: '参数记录' },
|
||||||
{ name: '视觉监控' },
|
{ name: '视频监控' },
|
||||||
{ name: '日志' },
|
{ name: '日志' },
|
||||||
{ name: '报警' }
|
{ name: '报警' }
|
||||||
]);
|
]);
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<!-- 页面头部 -->
|
<!-- 页面头部 -->
|
||||||
<view class="page-header">
|
<view class="page-header">
|
||||||
<view class="header-left">
|
<view class="header-left">
|
||||||
<text class="page-title">视觉监控</text>
|
<text class="page-title">视频监控</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="header-right">
|
<view class="header-right">
|
||||||
<view class="system-title">
|
<view class="system-title">
|
||||||
|
|||||||
@ -73,7 +73,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pagePath": "pages/visual/index",
|
"pagePath": "pages/visual/index",
|
||||||
"text": "视觉监控"
|
"text": "视频监控"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pagePath": "pages/log/index",
|
"pagePath": "pages/log/index",
|
||||||
|
|||||||
@ -47,7 +47,7 @@ import PlaceholderContent from '@/components/PlaceholderContent.vue';
|
|||||||
const menuList = ref([
|
const menuList = ref([
|
||||||
{ name: '现场环境参数' },
|
{ name: '现场环境参数' },
|
||||||
{ name: '参数记录' },
|
{ name: '参数记录' },
|
||||||
{ name: '视觉监控' },
|
{ name: '视频监控' },
|
||||||
{ name: '日志' },
|
{ name: '日志' },
|
||||||
{ name: '报警' }
|
{ name: '报警' }
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user