From be8b9ba19cee023829d2adc5d390e5bf0f56cbb8 Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期一, 08 四月 2024 17:33:33 +0800 Subject: [PATCH] 版本更新 --- src/store/index.ts | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/store/index.ts b/src/store/index.ts index 9e1c7d3..7a09b67 100644 --- a/src/store/index.ts +++ b/src/store/index.ts @@ -1,7 +1,9 @@ import { createStore } from "vuex"; export default createStore({ - state: {}, + state: { + showFlag:false, + }, mutations: {}, actions: {}, modules: {}, -- Gitblit v1.9.3