From 2ea05c145c84c39db11a73ae630d38f00bd0d50f Mon Sep 17 00:00:00 2001 From: jianjun Date: Thu, 30 Sep 2021 09:38:08 +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=20=E5=9C=A8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.production b/.env.production index b216ec4..173ae1e 100644 --- a/.env.production +++ b/.env.production @@ -1,13 +1,13 @@ # 页面标题 VUE_APP_TITLE = 问卷调查 # 接口请求地址,会设置到 axios 的 baseURL 参数上 -VUE_APP_API_ROOT = /tduck-api +VUE_APP_API_ROOT_TDUCK = /tduck-api VUE_APP_API_ROOT = https://epmet-cloud.elinkservice.cn/api # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 VUE_APP_DEBUG_TOOL = -# 高德地图key 暂时没有用到 +# 高德地图key 暂时没有用到 VUE_APP_MAP_KEY = f2200337d0d08538e78729572749882d # 微信功能开关 开启设置 ON,关闭设置 OFF -VUE_APP_WX = ON -#项目根路径˚ +VUE_APP_WX = OFF +#项目根路径 VUE_APP_PUBLIC_PATH=questionnaire