From 9296ccbf363c013c563bda9bd2f76deac448b0f1 Mon Sep 17 00:00:00 2001 From: liyongle Date: Tue, 9 May 2023 14:31:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/offline/JSON/getModuleList.json | 2 +- src/components/CarInfo/CarInfo.vue | 3 ++- src/composables/useInitConfigAndMallInfo.ts | 4 ++++ src/views/Index/Middle.vue | 1 + src/views/Member/Member.vue | 2 +- src/views/Parking/Parking.vue | 9 ++++++++- 6 files changed, 17 insertions(+), 4 deletions(-) diff --git a/public/static/offline/JSON/getModuleList.json b/public/static/offline/JSON/getModuleList.json index 721b3a1..8a2d117 100644 --- a/public/static/offline/JSON/getModuleList.json +++ b/public/static/offline/JSON/getModuleList.json @@ -24,7 +24,7 @@ }, { "moduleName": "停车与缴费", - "status": 1 + "status": 0 }, { "moduleName": "文化学院", diff --git a/src/components/CarInfo/CarInfo.vue b/src/components/CarInfo/CarInfo.vue index 5f9f98e..eb0c1ba 100644 --- a/src/components/CarInfo/CarInfo.vue +++ b/src/components/CarInfo/CarInfo.vue @@ -76,12 +76,13 @@ function go() { } -