From 42f4f0204896268d649946adb7490e0273489d8e Mon Sep 17 00:00:00 2001 From: daihh Date: Fri, 4 Nov 2022 01:06:10 +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 --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 763a725e..b18fe5a4 100644 --- a/.env.production +++ b/.env.production @@ -19,10 +19,10 @@ VUE_APP_STAT_BASE_API = '/statApi' VUE_APP_BOE_WEB_URL = 'https://u.boe.com' # BOE 移动端url -VUE_APP_BOE_MOBILE_URL = 'http://u.boe.com' +VUE_APP_BOE_MOBILE_URL = 'https://u.boe.com' # File路径的基础url -VUE_APP_FILE_BASE_URL='http://u.boe.com/upload' +VUE_APP_FILE_BASE_URL='https://u.boe.com/upload' # File路径的基础url的相对路径,加此项是为了不影响之前的路径配置 VUE_APP_FILE_RELATIVE_PATH = '/upload'