From accec25626acd4fe0e0d4ed5433425196f88d924 Mon Sep 17 00:00:00 2001
From: Mr.Shi <1878285526@qq.com>
Date: 星期五, 11 八月 2023 10:42:47 +0800
Subject: [PATCH] 标准版

---
 h5_standard/src/views/tabPage/workBench.vue |    6 +++---
 .gitignore                                  |    7 ++++++-
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 5599f77..faec672 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,9 @@
 /workspace.xml
 /platform_web/node_modules
 /platform_web/admin
-/platform_web/doumeeplant_admin
\ No newline at end of file
+/platform_web/doumeeplant_admin
+
+*/node_modules
+/web_standard/web
+/web_standard/doumeeplant_web
+/web_standard/.vscode
\ No newline at end of file
diff --git a/h5_standard/src/views/tabPage/workBench.vue b/h5_standard/src/views/tabPage/workBench.vue
index fe084ae..ef2761e 100644
--- a/h5_standard/src/views/tabPage/workBench.vue
+++ b/h5_standard/src/views/tabPage/workBench.vue
@@ -38,11 +38,11 @@
 <script setup lang="ts">
     import { reactive, ref } from "vue"
     import { useStore } from "vuex"
-    import { BrowserMultiFormatReader } from '@zxing/library'
+    // import { BrowserMultiFormatReader } from '@zxing/library'
     import vTags from '@/components/common/Tags.vue'
     import vMenu from '@/components/common/Menu.vue'
     const store = useStore()
-    let openCode = ref<boolean>(false)
+    // let openCode = ref<boolean>(false)
 
     // let loadingShow = ref<boolean>(false)
     // let codeReader: any = ref(null)
@@ -181,7 +181,7 @@
     height: 100%;
     background: #f5f5f5;
     .top {
-        margin-top: 20px;
+        margin-bottom: 20px;
     }
     .box_notfound {
         padding-top: 300px;

--
Gitblit v1.9.3