diff --git a/.env.development b/.env.development index 2faf684..ac3cbc3 100644 --- a/.env.development +++ b/.env.development @@ -4,7 +4,7 @@ NODE_ENV = 'development' # 本地环境接口地址(/api/index.ts文件中使用) # 后端本地 # VITE_API_URL = 'http://192.168.34.221:19111' -# VITE_API_URL = 'http://192.168.34.221:9111' #雄哥本地 +VITE_API_URL = 'http://192.168.34.221:9111' #雄哥本地 # VITE_API_URL = 'http://182.90.224.237:51234' #雄哥远程 # VITE_API_URL = 'http://192.168.34.221:28889' # VITE_API_URL = 'http://121.196.214.246/api' diff --git a/src/assets/images/warning.gif b/src/assets/images/warning.gif new file mode 100644 index 0000000..0d565d2 Binary files /dev/null and b/src/assets/images/warning.gif differ diff --git a/src/views/commandScreen/commandCenter/index.vue b/src/views/commandScreen/commandCenter/index.vue index eef7eb1..8fe2321 100644 --- a/src/views/commandScreen/commandCenter/index.vue +++ b/src/views/commandScreen/commandCenter/index.vue @@ -69,7 +69,7 @@ const mqttMSG = () => { const result = JSON.parse(message); openPeopleCountDialog({ index: 10, - title: "查看", + title: "人员呼叫", timeOut: 60, timeFlag: null, show: true, @@ -90,7 +90,7 @@ onMounted(() => { // setTimeout(() => { // openPeopleCountDialog({ // index: 10, - // title: "查看", + // title: "人员呼叫", // timeOut: 10, // timeFlag: null, // show: true, diff --git a/src/views/commandScreen/dialogCompnnents/data-dialog.vue b/src/views/commandScreen/dialogCompnnents/data-dialog.vue index f3d8981..929c6ef 100644 --- a/src/views/commandScreen/dialogCompnnents/data-dialog.vue +++ b/src/views/commandScreen/dialogCompnnents/data-dialog.vue @@ -57,6 +57,7 @@
+
@@ -72,7 +73,7 @@
- +
@@ -201,6 +202,17 @@ onMounted(async () => {