4 changed files with 21 additions and 9 deletions
@ -0,0 +1,13 @@ |
|||
# 页面标题 |
|||
VUE_APP_TITLE = 问卷调查测试环境 |
|||
# 接口请求地址,会设置到 axios 的 baseURL 参数上 |
|||
VUE_APP_API_ROOT_TDUCK = /tduck-api |
|||
VUE_APP_API_ROOT = https://epmet-dev.elinkservice.cn/api |
|||
# 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 |
|||
VUE_APP_DEBUG_TOOL = |
|||
# 高德地图key 暂时没有用到 |
|||
VUE_APP_MAP_KEY = f2200337d0d08538e78729572749882d |
|||
# 微信功能开关 开启设置 ON,关闭设置 OFF |
|||
VUE_APP_WX = OFF |
|||
#项目根路径 |
|||
VUE_APP_PUBLIC_PATH=questionnaire |
Loading…
Reference in new issue