From 3881b48ad9e74ecb2c5293a25fb900d749e7c7da Mon Sep 17 00:00:00 2001 From: daihh Date: Mon, 31 Oct 2022 22:26:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E9=85=8D=E7=BD=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.preview | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.preview b/.env.preview index 9c173d3c..a1b96aec 100644 --- a/.env.preview +++ b/.env.preview @@ -19,10 +19,10 @@ VUE_APP_STAT_BASE_API = '/statApi-release' VUE_APP_BOE_WEB_URL = 'https://u.boe.com/web-release' # 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'