From 893c9509ac512350019f8d836f9dd8ce37cc5092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=89=E5=A4=B4=E5=BC=BA?= <5661595+jxjzh@user.noreply.gitee.com> Date: Thu, 2 May 2024 19:29:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8F=96=E6=B6=88h5=E7=AB=AF=E7=BC=A9?= =?UTF-8?q?=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 670cdc5b..59cae159 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -44,7 +44,7 @@ export default { loading: null, enabledProjectV2: 1, isRouterAlive: true, - zoomType: 0 + zoomType: 1 }; }, watch: { @@ -70,7 +70,7 @@ export default { if (localStorage.getItem('systemInfo')) { this.zoomType = JSON.parse(localStorage.getItem('systemInfo')).zoomType } - console.log(this.zoomType) + console.log('this.zoomType',this.zoomType) if (this.zoomType != '1') { console.log(1) this.changePageSize()