diff --git a/src/assets/imgs/logo.png b/src/assets/imgs/logo.png deleted file mode 100644 index 18d0adf..0000000 Binary files a/src/assets/imgs/logo.png and /dev/null differ diff --git a/src/stores/remote-ws-store.ts b/src/stores/remote-ws-store.ts index d89233a..b3d099c 100644 --- a/src/stores/remote-ws-store.ts +++ b/src/stores/remote-ws-store.ts @@ -3,14 +3,14 @@ import {Session} from "@/utils/storage"; import {ElMessage} from "element-plus"; // 本地调试版本: -const vitalUrl = "ws://" + window.location.host + "/socket.io/admin/rax/vitalSignsMedicine?token=" + Session.getToken() -// const medicineUrl = "ws://" + window.location.host + "/socket.io/admin/rax/addMedicine?token=" + Session.getToken() -const chatUrl = "ws://" + window.location.host + "/socket.io/admin/rax/chatRoom?token=" + Session.getToken() +// const vitalUrl = "ws://" + window.location.host + "/socket.io/admin/rax/vitalSignsMedicine?token=" + Session.getToken() +// // const medicineUrl = "ws://" + window.location.host + "/socket.io/admin/rax/addMedicine?token=" + Session.getToken() +// const chatUrl = "ws://" + window.location.host + "/socket.io/admin/rax/chatRoom?token=" + Session.getToken() // 服务器部署版本 -// const vitalUrl = "wss://" + window.location.host + "/socket.io/admin/rax/vitalSignsMedicine?token=" + Session.getToken() +const vitalUrl = "wss://" + window.location.host + "/socket.io/admin/rax/vitalSignsMedicine?token=" + Session.getToken() // const medicineUrl = "wss://" + window.location.host + "/socket.io/admin/rax/addMedicine?token=" + Session.getToken() -// const chatUrl = "wss://" + window.location.host + "/socket.io/admin/rax/chatRoom?token=" + Session.getToken() +const chatUrl = "wss://" + window.location.host + "/socket.io/admin/rax/chatRoom?token=" + Session.getToken() // 测试echars // const vitalUrl = "wss://" + "110.41.142.124" + "/socket.io/admin/rax/vitalSignsMedicine?token=" + Session.getToken() diff --git a/src/views/login/login.vue b/src/views/login/login.vue index 70e2912..3c05646 100644 --- a/src/views/login/login.vue +++ b/src/views/login/login.vue @@ -131,7 +131,7 @@

软件名称:智娃全身麻醉智能泵注系统软件
型号规格:ZW-AA-001-SWI
- 发布版本号:SWI V0   完整版本号:SWI V0.0.00.003

+ 发布版本号:SWI V0   完整版本号:SWI V0.1.00.001

diff --git a/src/views/remote-manage/remote-control.vue b/src/views/remote-manage/remote-control.vue index 9cb66c1..466a4f1 100644 --- a/src/views/remote-manage/remote-control.vue +++ b/src/views/remote-manage/remote-control.vue @@ -9,8 +9,8 @@ @exception-event="vitalExcepEvent"> - +
@@ -23,28 +23,33 @@ :src="heartAlarm ? imgHeartAlarm : imgHeart">
- - - - - - - - - +
+ + 开始 + +
+ AI给药 + 人工给药 +
+
-
- - - - - - 患者信息 - - +
+ + + 病人尿量(ml):500 + + + 患者信息 + 当前延迟:{{ timeDiffPing }}ms + 连接远程控制 + +
@@ -61,136 +66,144 @@
- - - - - - - - - - - - - - - - -
-
    -
  • - {{ item.msg }} -
  • -
-
- - 发送消息 -
-
- + + + + + + + + + + + + + + + - - - - - + - - - - - - - - + + - + +
+
    +
  • + {{ item.content }} + +
  • +
+
+ + 发送消息 + 录音 +
+
+ + 正在录音... {{ remainingTime }} 秒剩余 +
+
- - - - + + + + + + + + + + + - - - -
- - - - - - + + + + + + + + + + +
@@ -207,16 +220,18 @@ - +