From 1b4b1c0128ccbc86349860e8710780b979a0403f Mon Sep 17 00:00:00 2001 From: taoge1020 Date: Fri, 15 Aug 2025 16:54:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/app.ts | 2 +- src/views/materials/purchaseDoc/comm/logisticsDetail.vue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/store/modules/app.ts b/src/store/modules/app.ts index 5ccaf75..0205fab 100644 --- a/src/store/modules/app.ts +++ b/src/store/modules/app.ts @@ -6,7 +6,7 @@ export const useAppStore = defineStore('app', () => { const sidebar = reactive({ opened: sidebarStatus.value ? !!+sidebarStatus.value : true, withoutAnimation: false, - hide: true + hide: false }); const device = ref('desktop'); const size = useStorage<'large' | 'default' | 'small'>('size', 'default'); diff --git a/src/views/materials/purchaseDoc/comm/logisticsDetail.vue b/src/views/materials/purchaseDoc/comm/logisticsDetail.vue index 95bc96a..a2b80ce 100644 --- a/src/views/materials/purchaseDoc/comm/logisticsDetail.vue +++ b/src/views/materials/purchaseDoc/comm/logisticsDetail.vue @@ -3,7 +3,6 @@ -