From 736cb14f63e86cbdceb7950759263cd76bf3b292 Mon Sep 17 00:00:00 2001 From: weinan2087 Date: Wed, 8 Feb 2023 18:57:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.development b/.env.development index 78a7b3f5..83473a3e 100644 --- a/.env.development +++ b/.env.development @@ -27,6 +27,10 @@ VUE_APP_FILE_BASE_URL = 'http://127.0.0.1:9090/cdn/upload' # File路径的基础url的相对路径,加此项是为了不影响之前的路径配置 VUE_APP_FILE_RELATIVE_PATH = '/upload' + +# 受众批量导入人员信息URL +VUE_APP_AUDIENCE_IMPORT_URL = 'https://u-pre.boe.com/userbasic/audience/import' + # 登录地址 VUE_APP_LOGIN_URL='/pc/login'