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 @@ -