From 8ff34a40c9aa6f7618cfc875cf86fe75852bb501 Mon Sep 17 00:00:00 2001 From: jianjun Date: Thu, 23 Sep 2021 16:18:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 49f730e..c85949c 100644 --- a/.env.development +++ b/.env.development @@ -2,7 +2,7 @@ VUE_APP_TITLE = 问卷调查测试环境 # 接口请求地址,会设置到 axios 的 baseURL 参数上 VUE_APP_API_ROOT_TDUCK = /tduck-api -VUE_APP_API_ROOT = http://localhost:8116 +VUE_APP_API_ROOT = http://192.158.1.140/api # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 VUE_APP_DEBUG_TOOL = # 高德地图key 暂时没有用到