From 31ceed6e11f026e5154fec49e80318f73df5693a Mon Sep 17 00:00:00 2001 From: jianjun Date: Thu, 30 Sep 2021 09:35:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=9F=E4=BA=A7=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.production b/.env.production index daa642e..b216ec4 100644 --- a/.env.production +++ b/.env.production @@ -2,6 +2,7 @@ VUE_APP_TITLE = 问卷调查 # 接口请求地址,会设置到 axios 的 baseURL 参数上 VUE_APP_API_ROOT = /tduck-api +VUE_APP_API_ROOT = https://epmet-cloud.elinkservice.cn/api # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 VUE_APP_DEBUG_TOOL = # 高德地图key 暂时没有用到