From 51582a4b8ff06336b85b8e87da3a67646b8e694b Mon Sep 17 00:00:00 2001 From: liyongle Date: Fri, 12 May 2023 16:08:18 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=97=B6=E4=B8=8D=E6=98=BE=E7=A4=BA=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/offline/JSON/getBackTime.json | 2 +- .../PublicComponent/PublicComponent.vue | 2 +- src/components/Search/Hot.vue | 2 +- src/components/Search/Result.vue | 2 +- src/composables/useHandleScreen.ts | 2 +- src/router/routes.ts | 36 +++++++++++++------ src/views/Nav/Nav.vue | 4 ++- 7 files changed, 34 insertions(+), 16 deletions(-) diff --git a/public/static/offline/JSON/getBackTime.json b/public/static/offline/JSON/getBackTime.json index 2fd08fc..b9464fb 100644 --- a/public/static/offline/JSON/getBackTime.json +++ b/public/static/offline/JSON/getBackTime.json @@ -1,5 +1,5 @@ { "code": 200, "msg": "操作成功", - "data": [600, 600] + "data": [600, null] } diff --git a/src/components/PublicComponent/PublicComponent.vue b/src/components/PublicComponent/PublicComponent.vue index 37c3a12..dfa0fb7 100644 --- a/src/components/PublicComponent/PublicComponent.vue +++ b/src/components/PublicComponent/PublicComponent.vue @@ -1,6 +1,6 @@