From 6b4d30104d7b0958cee1aa9c02b4315af3472c7b Mon Sep 17 00:00:00 2001 From: duan Date: Mon, 8 Aug 2022 10:23:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(index):=20=E5=8A=A8=E6=80=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9header=E6=A0=B7=E5=BC=8F=EF=BC=8C=E5=8F=8A=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/AppMain.vue | 3 +-- src/layout/components/Navbar.vue | 12 +++++++++--- src/permission.js | 5 +++++ src/store/getters.js | 3 ++- src/store/modules/settings.js | 4 +++- src/views/reagent/inventory/index.vue | 8 ++++---- src/views/reagent/receivingandreturn/index.vue | 4 ++-- src/views/reagent/warehousing/index.vue | 2 +- src/views/reagent/weighing/index.vue | 2 +- src/views/user/index.vue | 8 ++++---- src/views/user/role/index.vue | 8 ++++---- 11 files changed, 36 insertions(+), 23 deletions(-) diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index 240891a..33e7e29 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -1,5 +1,5 @@