share-space-vue/.env.development
2025-01-16 18:02:37 +08:00

16 lines
353 B
Plaintext

# 页面标题
VUE_APP_TITLE = 共享空间
# 开发环境配置
ENV = 'development'
# 共享空间/开发环境
# VUE_APP_BASE_API = 'https://testcha.chuangtewl.com/prod-api'
VUE_APP_BASE_API = 'http://localhost:8089'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
# 高德地图 key
VUE_APP_AMAP_KEY = '11da89fddf9340d0a69d4fff53c0ec4b'