From fb70dc969de89b7523341556e7b91488a5ac1a25 Mon Sep 17 00:00:00 2001 From: "shengwen.chen" Date: Tue, 23 Jul 2024 11:12:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/store/index.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix:使用正式数据 --- 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 ba89529..3201cae 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,