From cd60869fd5baa495b39c6c93f997e87d4c3f889d Mon Sep 17 00:00:00 2001 From: daihh Date: Wed, 14 Dec 2022 19:54:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.preview | 1 + .env.production | 1 + 2 files changed, 2 insertions(+) diff --git a/.env.preview b/.env.preview index a1b96aec..576888d6 100644 --- a/.env.preview +++ b/.env.preview @@ -29,6 +29,7 @@ VUE_APP_FILE_RELATIVE_PATH = '/upload' # 虚拟目录的变量,结尾的/在vue.config.js中添加 VUE_APP_PUBLIC_PATH='/pc-release' +VUE_APP_MANAGER_PATH='/manager-release' # 登录地址 VUE_APP_LOGIN_URL='https://u.boe.com/web-release/' diff --git a/.env.production b/.env.production index b18fe5a4..1b304416 100644 --- a/.env.production +++ b/.env.production @@ -29,6 +29,7 @@ VUE_APP_FILE_RELATIVE_PATH = '/upload' # 虚拟目录的变量,结尾的/在vue.config.js中添加 VUE_APP_PUBLIC_PATH='/pc' +VUE_APP_MANAGER_PATH='/manager' # 登录地址 VUE_APP_LOGIN_URL='https://u.boe.com/web/'