From fba7e1ea365bc061a8a91855c8867074a4c2b1b9 Mon Sep 17 00:00:00 2001 From: weinan2087 Date: Thu, 9 Feb 2023 14:41:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E8=87=B3=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.preview | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.env.preview b/.env.preview index cf0cddd5..bedbe676 100644 --- a/.env.preview +++ b/.env.preview @@ -27,6 +27,11 @@ VUE_APP_FILE_BASE_URL='https://u.boe.com/upload' # File路径的基础url的相对路径,加此项是为了不影响之前的路径配置 VUE_APP_FILE_RELATIVE_PATH = '/upload' +# 受众批量导入人员信息URL +VUE_APP_AUDIENCE_IMPORT_URL = 'https://u-pre.boe.com/userbasic/audience/import' + + + # 虚拟目录的变量,结尾的/在vue.config.js中添加 VUE_APP_PUBLIC_PATH='/pc-release' VUE_APP_MANAGER_PATH='/manage-release'