From f42f76f1b39430f6bcad17c259811c0cd35cfff0 Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Fri, 25 Feb 2022 09:50:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A4=BE=E5=8C=BA=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=98=BE=E7=A4=BA=E5=BC=82=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/main.vue | 3 +++ src/views/modules/shequ/index.vue | 12 +++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/views/main.vue b/src/views/main.vue index 97f8152c..0d5ec192 100644 --- a/src/views/main.vue +++ b/src/views/main.vue @@ -65,6 +65,9 @@ export default { $route: "routeHandle", }, async created() { + this.$store.state.sidebarMenuList = window.SITE_CONFIG["menuList"]; + console.log(this.$store.state.sidebarMenuList); + this.windowResizeHandle(); this.routeHandle(this.$route); Promise.all([this.getWorkUserInfo()]).then(() => { diff --git a/src/views/modules/shequ/index.vue b/src/views/modules/shequ/index.vue index 0be1481b..c0f09f69 100644 --- a/src/views/modules/shequ/index.vue +++ b/src/views/modules/shequ/index.vue @@ -355,7 +355,13 @@ -
+