From b3af5d1dbcbe2adce134c12f83d3eb875fc689fc Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Tue, 17 Aug 2021 16:36:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=BA=E6=B5=8B=E8=AF=95=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=99=A8ip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/setting.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/setting.js b/src/setting.js index f20e49e..e16e999 100644 --- a/src/setting.js +++ b/src/setting.js @@ -15,8 +15,8 @@ const Setting = { // 页面切换时,是否显示模拟的进度条 showProgressBar: true, // 接口请求地址 - // apiBaseURL: env === 'development' ? 'http://192.168.31.125:9000' : 'http://39.108.250.202:9000', - apiBaseURL:'http://39.108.250.202:9000' , + // apiBaseURL: env === 'development' ? 'http://192.168.31.125:9000' : 'http://39.108.250.202:9000',// 佳坤 + apiBaseURL:'http://39.108.250.202:9000' ,// 测试服务器 // apiBaseURL: env === 'development' ? 'http://192.168.31.151:9000' : 'http://192.168.31.151:9000', // 接口请求返回错误时,弹窗的持续时间,单位:秒 modalDuration: 3,