From 640ae51cdcfcff4efb1a4cb5ae388058ee3710ea Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Wed, 26 May 2021 16:05:32 +0800 Subject: [PATCH] fix --- src/setting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setting.js b/src/setting.js index 8b50172..215fc54 100644 --- a/src/setting.js +++ b/src/setting.js @@ -16,7 +16,7 @@ const Setting = { showProgressBar: true, // 接口请求地址 // apiBaseURL: env === 'development' ? 'http://192.168.31.151:8001' : 'http://39.108.250.202:8000', - apiBaseURL: env === 'development' ? 'http://39.108.250.202:9000' : 'http://39.108.250.202:9000', + apiBaseURL: env === 'development' ? 'http://192.168.31.151:8001' : 'http://39.108.250.202:9000', // 接口请求返回错误时,弹窗的持续时间,单位:秒 modalDuration: 3, // 接口请求返回错误时,弹窗的类型,可选值为 Message 或 Notice