From d6704ad70b8e28d3dfe84b2e4f17f1c0aeb84c21 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期四, 05 十二月 2024 16:16:34 +0800 Subject: [PATCH] 111 --- src/views/system/tijianall/index.vue | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/system/tijianall/index.vue b/src/views/system/tijianall/index.vue index 831fd34..8c1c7e8 100644 --- a/src/views/system/tijianall/index.vue +++ b/src/views/system/tijianall/index.vue @@ -1060,7 +1060,8 @@ tableDatas: [], packageList: [], checkedkeys: [], - valueUrl: "ws://127.0.0.1:18890", + // valueUrl: "ws://127.0.0.1:18890", + valueUrl: "ws://127.0.0.1:6789/websocket", valueUrls: "ws://127.0.0.1:6789/websocket", dialogVisiblese: false, cardreader: false, @@ -1217,7 +1218,7 @@ cusSex: 1, cusNational: "1", timeRegion: "1", - cusMarryStatus: "1", + cusMarryStatus: "5", idType: "1", ageUnit: "0", }, @@ -1804,8 +1805,8 @@ try { // 杩炴帴璁惧 var jsonObjs = { - type: 1, - data: {}, + type: "1", + // data: {}, }; var jStrs = JSON.stringify(jsonObjs); websocket.send(jStrs); -- Gitblit v1.8.0