From 81f0a7c8b364fe7b8d566b27bfc9c8ef11d2be7f Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期四, 05 十二月 2024 11:59:12 +0800
Subject: [PATCH] 12.05

---
 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