From 9ea597a715068ae2f5e75b8aaeef7f5e01fed530 Mon Sep 17 00:00:00 2001 From: daihh Date: Fri, 18 Nov 2022 14:51:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/index.js b/config/index.js index 19f42b5..7f35f35 100644 --- a/config/index.js +++ b/config/index.js @@ -16,7 +16,7 @@ if(process.env.NODE_ENV === 'development'){ oldApiBaseUrl = '/uboeApi'; statApiBaseUrl='/statApi'; socialApiBaseUrl='/socialApi'; - fileUrl = 'http://192.168.0.11:9090/cdn/upload'; + fileUrl = 'http:/192.168.0.11:9090/cdn/upload'; loginPath='/pages/login/login'; }else if(process.env.NODE_ENV === 'preview'){ // 预发布环境,当前配置未使用上 @@ -40,8 +40,8 @@ if(process.env.NODE_ENV === 'development'){ oldApiBaseUrl = '/uboeApi'; statApiBaseUrl='/statApi'; socialApiBaseUrl='/socialApi'; - fileUrl = 'https://u.boe.com/upload'; - loginPath='https://u.boe.com/m/loginuser'; + fileUrl = 'https://u-pre.boe.com/upload'; + loginPath='https://u-pre.boe.com/m/loginuser'; } export default {