From a59d0298bf011c51ccd8d2718b5fdd383769fa71 Mon Sep 17 00:00:00 2001 From: smallchill Date: Fri, 10 Jan 2020 16:30:22 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E9=BB=98=E8=AE=A4=E5=85=B3=E9=97=ADmoc?= =?UTF-8?q?k=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mock/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mock/index.js b/src/mock/index.js index 58a80de..c677f64 100644 --- a/src/mock/index.js +++ b/src/mock/index.js @@ -9,7 +9,7 @@ import param from './param'; * mock是否开启模拟数据拦截 */ -const options = {mock: true}; +const options = {mock: false}; user(options);