From c8ddcbcc2fcd7338d1846b2e68b930de273843bc Mon Sep 17 00:00:00 2001 From: weinan2087 Date: Thu, 9 Feb 2023 14:41:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=9C=AC=E5=9C=B0=E5=88=86?= =?UTF-8?q?=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.env.production b/.env.production index ee26fd41..22880556 100644 --- a/.env.production +++ b/.env.production @@ -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.boe.com/userbasic/audience/import' + + + # 虚拟目录的变量,结尾的/在vue.config.js中添加 VUE_APP_PUBLIC_PATH='/pc' VUE_APP_MANAGER_PATH='/manage'