From 0c98edc84021c9a8433a3404e6963e56638f5c90 Mon Sep 17 00:00:00 2001 From: dongruihua Date: Wed, 15 Jun 2022 14:59:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/index.js b/config/index.js index f19e8d4..44b5335 100644 --- a/config/index.js +++ b/config/index.js @@ -17,8 +17,8 @@ if(process.env.NODE_ENV === 'development'){ // 生产环境 apiBaseUrl = '/systemapi'; oldApiBaseUrl = '/uboeApi'; - fileUrl = 'https://u.boe.com/file/upload'; - loginPath='https://u.boe.com/m'; + fileUrl = 'https://u.boe.com/upload'; + loginPath='https://u.boe.com/m/loginuser'; } export default {