16 lines
359 B
Plaintext
16 lines
359 B
Plaintext
# 页面标题
|
|
VUE_APP_TITLE = 区块链监听
|
|
|
|
# 开发环境配置
|
|
ENV = 'development'
|
|
|
|
# 区块链监听/开发环境
|
|
# VUE_APP_BASE_API = 'https://testcha.chuangtewl.com/prod-api'
|
|
VUE_APP_BASE_API = 'http://localhost:8090'
|
|
|
|
# 路由懒加载
|
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
|
|
|
# 高德地图 key
|
|
VUE_APP_AMAP_KEY = '11da89fddf9340d0a69d4fff53c0ec4b'
|