From a6c7caa0ce182536688f57bb58aa16b68366a8a3 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: 星期四, 01 十二月 2022 11:31:07 +0800
Subject: [PATCH] Default Changelist

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

diff --git a/src/views/intellectInspect/intelligentLine/index.vue b/src/views/intellectInspect/intelligentLine/index.vue
index 66dd212..c5521fe 100644
--- a/src/views/intellectInspect/intelligentLine/index.vue
+++ b/src/views/intellectInspect/intelligentLine/index.vue
@@ -151,7 +151,6 @@
                     alert('您的浏览器不支持socket');
                 } else {
                     // 实例化socket
-                    debugger
                     let uid =  userInfos.value.uid.toString()
                     var url = state.path + uid + '*' + id;
                     console.log(url,'url',uid,'uid')
@@ -187,7 +186,6 @@
 
         // 接口获取数据
         const getLine = async (id:string) => {
-            debugger
             let res = await lineApi().getLine({ id: id });
             if (res.data.code === '200') {
                 userInfos.value.dataList = res.data.data;
@@ -1007,7 +1005,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