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 暂时没有用到