From 6c3cef7df249e24725ab3692b308ae59361e6df9 Mon Sep 17 00:00:00 2001 From: weiyin Date: Tue, 27 Aug 2024 14:23:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20mock=E6=95=B0=E6=8D=AE=E5=BC=80=E5=85=B3?= =?UTF-8?q?=E6=89=93=E5=BC=80--=E6=BC=94=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index 3715d60..af2912c 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -5,7 +5,7 @@ Vue.use(Vuex); export default new Vuex.Store({ state: { - isMock: false, + isMock: true, }, getters: { isMock: (state) => state.isMock,