From 836ffe7e6756aaebe7bbcabbca5d665887a692a2 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Wed, 5 Jun 2024 14:11:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=BF=9B=E5=85=A5=E5=BE=85?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/app.js b/src/store/modules/app.js index 3b415cd..9596135 100644 --- a/src/store/modules/app.js +++ b/src/store/modules/app.js @@ -1,6 +1,6 @@ const state = { userName: '', - tabActive:0, + tabActive:1, scrollTop:0 } const mutations = {