diff --git a/index.html b/index.html index 200066c..94262fd 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ 智慧倉儲物流 - + + { diff --git a/src/views/dashboard/components/DashboardEmission.vue b/src/views/dashboard/components/DashboardEmission.vue index 989f5b9..410d8b1 100644 --- a/src/views/dashboard/components/DashboardEmission.vue +++ b/src/views/dashboard/components/DashboardEmission.vue @@ -8,6 +8,7 @@ import useBuildingStore from "@/stores/useBuildingStore"; const store = useBuildingStore(); const { t, locale } = useI18n(); const taipower_data = ref([]); +const elecUseDayData = ref([]); const carbonValue = ref(null); const carbonData = ref(null); const search_data = computed(() => { @@ -107,6 +108,7 @@ watch( JSON.stringify(newValue) !== JSON.stringify(oldValue) ) { getData(newValue); + getElecUseDayData(newValue); } }, { diff --git a/src/views/rtsp/Rtsp.vue b/src/views/rtsp/Rtsp.vue new file mode 100644 index 0000000..0609e29 --- /dev/null +++ b/src/views/rtsp/Rtsp.vue @@ -0,0 +1,283 @@ + + + diff --git a/src/views/system/components/SystemInfoModalImage.vue b/src/views/system/components/SystemInfoModalImage.vue index c8e6cab..acdc04e 100644 --- a/src/views/system/components/SystemInfoModalImage.vue +++ b/src/views/system/components/SystemInfoModalImage.vue @@ -20,7 +20,7 @@ watch(