From 95c14986f93155ecde1764ae8d61f82a586b9f62 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: 星期四, 01 十二月 2022 10:27:19 +0800
Subject: [PATCH] Default Changelist

---
 src/views/intellectInspect/intelligentLine/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/intellectInspect/intelligentLine/index.vue b/src/views/intellectInspect/intelligentLine/index.vue
index 3040a58..b3a5411 100644
--- a/src/views/intellectInspect/intelligentLine/index.vue
+++ b/src/views/intellectInspect/intelligentLine/index.vue
@@ -151,6 +151,7 @@
                     alert('您的浏览器不支持socket');
                 } else {
                     // 实例化socket
+                    debugger
                     let uid =  userInfos.value.uid.toString()
                     var url = state.path + uid + '*' + id;
                     console.log(url,'url',uid,'uid')
@@ -1005,7 +1006,6 @@
                 justify-content: center;
                 align-items: flex-start;
                 overflow: auto;
-
                 &::-webkit-scrollbar { width: 0; height: 0; color: transparent; }
                 &::scrollbar { width: 0; height: 0; color: transparent; }
             }

--
Gitblit v1.9.2