diff --git a/public/images/alarm_tips.mp3 b/public/images/alarm_tips.mp3 new file mode 100644 index 00000000..085d7fca Binary files /dev/null and b/public/images/alarm_tips.mp3 differ diff --git a/public/index.html b/public/index.html index a875f323..a4ab785d 100644 --- a/public/index.html +++ b/public/index.html @@ -11,7 +11,7 @@ - + diff --git a/src/views/bigScreen/v3/index.vue b/src/views/bigScreen/v3/index.vue index 4a5201ec..f844eebe 100644 --- a/src/views/bigScreen/v3/index.vue +++ b/src/views/bigScreen/v3/index.vue @@ -120,6 +120,9 @@ +
+ +
@@ -128,7 +131,6 @@ import EHead from "./profile/EHead"; import DeviceProportionWrap from "./profile/deviceProportion"; import WraringInfoWrap from "./profile/wraringInfo"; import AlarmTableListWrap from "./profile/alarmTableList"; -// import ETodayRatio from "./profile/ETodayRatio"; import TypeDistributionWrap from "./profile/typeDistribution"; import ETrendCensus from "./profile/ETrendCensus"; import MapWrap from "./profile/mapWrap"; @@ -136,6 +138,7 @@ import MapWrapPersonal from "./profile/personalCenter"; import { bigWebSocketUrl } from "@/config/env"; import Cookies from "js-cookie"; import EProjectCensusTemp from "./profile/EProjectCensusTemp"; +import NotificationAlarm from './profile/NotificationAlarm'; import { getWarningAnalysis, homeCount, appProjectList } from "@/api/app"; import { @@ -155,6 +158,7 @@ export default { MapWrap, MapWrapPersonal, EProjectCensusTemp, + NotificationAlarm, }, data() { return { diff --git a/src/views/bigScreen/v3/profile/NotificationAlarm.vue b/src/views/bigScreen/v3/profile/NotificationAlarm.vue new file mode 100644 index 00000000..47639ed8 --- /dev/null +++ b/src/views/bigScreen/v3/profile/NotificationAlarm.vue @@ -0,0 +1,280 @@ + + +