From 1d31933ba96131387e282a499d1c42d3193b2e89 Mon Sep 17 00:00:00 2001 From: weiyin Date: Fri, 30 Aug 2024 15:30:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20mock=E6=95=B0=E6=8D=AE=E5=BC=80=E5=85=B3?= =?UTF-8?q?=E5=88=87=E6=8D=A2?= 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 af2912c..3715d60 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: true, + isMock: false, }, getters: { isMock: (state) => state.isMock,