From d334a70f16a8641bb1a7f22069ffef7cd0a46077 Mon Sep 17 00:00:00 2001 From: daihh Date: Sat, 22 Oct 2022 18:31:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A2=84=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.preview | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.preview b/.env.preview index b7f210ca..9c173d3c 100644 --- a/.env.preview +++ b/.env.preview @@ -1,7 +1,7 @@ # 生产环境配置 ENV = 'preview' NODE_ENV= 'preview' -BASE_URL= '/pc/' +BASE_URL= '/pc-release/' # 管理系统/生产环境 VUE_APP_BASE_API = '/systemapi-release' @@ -10,13 +10,13 @@ VUE_APP_BASE_API = '/systemapi-release' VUE_APP_BOE_BASE_API = '/uboeApi-release' # 资源位的api -VUE_APP_CESOURCE_BASE_API = '/socialApi' +VUE_APP_CESOURCE_BASE_API = '/socialApi-release' # 事件的api -VUE_APP_STAT_BASE_API = '/statApi' +VUE_APP_STAT_BASE_API = '/statApi-release' # BOE系统网址,已经不再使用 -VUE_APP_BOE_WEB_URL = 'https://u.boe.com/preview' +VUE_APP_BOE_WEB_URL = 'https://u.boe.com/web-release' # BOE 移动端url VUE_APP_BOE_MOBILE_URL = 'http://u.boe.com'