diff --git a/.env.development b/.env.development
index de90992..fa3709b 100644
--- a/.env.development
+++ b/.env.development
@@ -1,3 +1,3 @@
-VITE_API_BASEURL = "https://ibms-cvilux-api.production.mjmtech.com.tw"
-VITE_FILE_API_BASEURL = "https://ibms-cvilux.production.mjmtech.com.tw"
+VITE_API_BASEURL = "https://192.168.0.206:8060"
+VITE_FILE_API_BASEURL = "https://cgems.cvilux-group.com:8088"
VITE_FORGE_BASEURL = "http://localhost:5173"
\ No newline at end of file
diff --git a/.env.production b/.env.production
index a7e4527..e933a00 100644
--- a/.env.production
+++ b/.env.production
@@ -1,3 +1,3 @@
-VITE_API_BASEURL = "https://ibms-cvilux-api.production.mjmtech.com.tw"
-VITE_FILE_API_BASEURL = "https://ibms-cvilux.production.mjmtech.com.tw"
+VITE_API_BASEURL = "https://192.168.0.206:8060"
+VITE_FILE_API_BASEURL = "https://cgems.cvilux-group.com:8088"
VITE_FORGE_BASEURL = "http://202.39.218.221:8080/file/netzero"
\ No newline at end of file
diff --git a/index.html b/index.html
index 06d05ee..ee146db 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@
href="https://developer.api.autodesk.com/modelderivative/v2/viewers/7.*/style.css"
/>
-
瀚荃監控系統
+ Cvilux EMS
diff --git a/src/components/navbar/NavbarBuilding.vue b/src/components/navbar/NavbarBuilding.vue
index 16e5649..3552cd8 100644
--- a/src/components/navbar/NavbarBuilding.vue
+++ b/src/components/navbar/NavbarBuilding.vue
@@ -25,14 +25,14 @@ onMounted(() => {
{{ store.selectedBuilding?.full_name }}
- {
color: #93c0dc;
}
-::v-deep .ant-menu-submenu-title:active {
+:deep(.ant-menu-submenu-title:active) {
color: #35759d !important;
background-color: transparent !important;
}
-::v-deep .ant-menu-item:not(.ant-menu-item-selected) {
+:deep(.ant-menu-item:not(.ant-menu-item-selected)) {
&::before {
@apply absolute w-[15px] h-[15px] bottom-3.5 left-7 bg-no-repeat z-10 grayscale;
content: "";
@@ -176,7 +176,7 @@ onMounted(() => {
background-color: transparent !important;
}
}
-::v-deep .ant-menu-item-selected {
+:deep(.ant-menu-item-selected) {
@apply bg-transparent relative;
&::before {
diff --git a/src/views/history/History.vue b/src/views/history/History.vue
index 161c2dd..fbd94a0 100644
--- a/src/views/history/History.vue
+++ b/src/views/history/History.vue
@@ -23,11 +23,11 @@ provide("history_table_data", { tableData, updateTableData, loading, updateLoadi
-
-
+
+
-
+
diff --git a/src/views/history/components/HistorySidebar.vue b/src/views/history/components/HistorySidebar.vue
index 2fbf73f..8b36257 100644
--- a/src/views/history/components/HistorySidebar.vue
+++ b/src/views/history/components/HistorySidebar.vue
@@ -1,26 +1,36 @@