You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
439 B

5 years ago
# 页面标题
VUE_APP_TITLE = 问卷调查测试环境
5 years ago
# 接口请求地址,会设置到 axios 的 baseURL 参数上
4 years ago
# VUE_APP_API_ROOT = /tduck-api
VUE_APP_API_ROOT = http://192.168.1.140/api
5 years ago
# 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空
4 years ago
VUE_APP_DEBUG_TOOL =
4 years ago
# 高德地图key
VUE_APP_MAP_KEY = f2200337d0d08538e78729572749882d
# 微信功能开关 开启设置 ON,关闭设置 OFF
VUE_APP_WX = OFF