From e99235a8f23679b51431a68345c23319216a6cb8 Mon Sep 17 00:00:00 2001 From: zhangqi <17681989249@163.com> Date: Wed, 1 Jun 2022 09:06:18 +0800 Subject: [PATCH] =?UTF-8?q?perf=20=E5=B0=8F=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 1 - src/api/urls.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 5eafc38..0656487 100644 --- a/src/App.vue +++ b/src/App.vue @@ -40,7 +40,6 @@ export default { }, filterStreet (data) { var res = [] - console.log(data) data.forEach(el => { if (el.regionLevel !== 4) { res.push(el) diff --git a/src/api/urls.js b/src/api/urls.js index eec6c7e..f054501 100644 --- a/src/api/urls.js +++ b/src/api/urls.js @@ -4,7 +4,7 @@ export const baseUrl_img = 'https://qiniu.haidapu.com/' // 图片基地址 console.log(process.env.NODE_ENV) // export const baseUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.3.200:8006/' : 'http://haidapu.com:8006/' // export const baseUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.3.200:8006/' : 'http://10.75.5.161:8006/' -export const baseUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.3.200:8006/' : 'http://220.191.224.174:8006/' +export const baseUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.3.250:8006/' : 'http://220.191.224.174:8006/' // 获取图形验证码 export const getVerify = 'shaoxing-plat/v1/login-log/verify' // 登录 get