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()