From d747406e0eb22d47726916be55e85376c4aa2729 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期三, 04 十二月 2024 18:23:14 +0800
Subject: [PATCH] 12.04

---
 src/views/system/tijianall/index.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/views/system/tijianall/index.vue b/src/views/system/tijianall/index.vue
index cdb2c5c..4a1596c 100644
--- a/src/views/system/tijianall/index.vue
+++ b/src/views/system/tijianall/index.vue
@@ -308,6 +308,7 @@
       :visible.sync="taocan"
       width="80%"
       height="700px"
+      :close-on-click-modal="false"
     >
       <el-tabs
         type="border-card"
@@ -1059,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,
@@ -1803,8 +1805,8 @@
           try {
             // 杩炴帴璁惧
             var jsonObjs = {
-              type: 1,
-              data: {},
+              type: "1",
+              // data: {},
             };
             var jStrs = JSON.stringify(jsonObjs);
             websocket.send(jStrs);

--
Gitblit v1.8.0