景区
- 调度
+ 运行
空余
diff --git a/src/views/monitor/components/box-2.vue b/src/views/monitor/components/box-2.vue
index 2b5bbfd..9107edb 100644
--- a/src/views/monitor/components/box-2.vue
+++ b/src/views/monitor/components/box-2.vue
@@ -275,10 +275,22 @@
}
}
const getVideoRegions = async () => {
- let res = await getVideoRegionsApi({
- businessScenicArea: params.businessScenicArea
- })
- regionList.value = res.data
+ if(params.businessScenicArea=='三峡之巅'){
+ regionList.value = [{
+ "regions": "调试中",
+ "videoResources": []
+ },
+ {
+ "regions": "调试中",
+ "videoResources": []
+ }];
+ }else{
+ let res = await getVideoRegionsApi({
+ businessScenicArea: params.businessScenicArea
+ })
+ regionList.value = res.data
+ }
+
}
const onMonitorChange = () => {
monitorChange = PubSub.subscribe('monitorChange', (res, data) => {