From 7fbd7215129e31ef269c7dc7ee6d8e221f4f7c1a Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Thu, 18 Dec 2025 13:52:27 +0800 Subject: [PATCH] =?UTF-8?q?home=E5=8A=A0=E8=BD=BD=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=80=BC=E4=B8=BAtrue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/index.ts b/src/store/index.ts index a823b98c..3c2d57ea 100644 --- a/src/store/index.ts +++ b/src/store/index.ts @@ -13,7 +13,7 @@ export interface RootState{ export default createStore({ state: { - loading: false, + loading: true, view_loading: false, }, getters: {