Mr.Shi
2023-08-11 accec25626acd4fe0e0d4ed5433425196f88d924
标准版
已修改2个文件
13 ■■■■■ 文件已修改
.gitignore 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5_standard/src/views/tabPage/workBench.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.gitignore
@@ -3,4 +3,9 @@
/workspace.xml
/platform_web/node_modules
/platform_web/admin
/platform_web/doumeeplant_admin
/platform_web/doumeeplant_admin
*/node_modules
/web_standard/web
/web_standard/doumeeplant_web
/web_standard/.vscode
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;