From 9985435b7538ffb558078ec67e7e9b5a48126798 Mon Sep 17 00:00:00 2001 From: wangxianzhang Date: Fri, 10 Jun 2022 17:32:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=80=E4=B8=BA?= =?UTF-8?q?=E7=83=9F=E5=8F=B0=E7=9A=84=E5=90=8E=E7=AB=AFtduck=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 173ae1e..777cc13 100644 --- a/.env.production +++ b/.env.production @@ -2,7 +2,7 @@ VUE_APP_TITLE = 问卷调查 # 接口请求地址,会设置到 axios 的 baseURL 参数上 VUE_APP_API_ROOT_TDUCK = /tduck-api -VUE_APP_API_ROOT = https://epmet-cloud.elinkservice.cn/api +VUE_APP_API_ROOT = https://epmet-yantai.elinkservice.cn/api # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 VUE_APP_DEBUG_TOOL = # 高德地图key 暂时没有用到