From 6d7586cdd6fe8edfd2d734e56cfa74483103a46a Mon Sep 17 00:00:00 2001 From: jianjun Date: Fri, 23 Sep 2022 08:22:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=9F=E5=8F=B0=E5=9C=B0=E5=9D=80=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= 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 777cc13..a9f5476 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-yantai.elinkservice.cn/api +VUE_APP_API_ROOT = http://10.2.2.50:80/api # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 VUE_APP_DEBUG_TOOL = # 高德地图key 暂时没有用到