# Conflicts: # src/views/system/order/index.vue # src/views/system/person/index.vue # src/views/system/station/index.vue
13 lines
288 B
Plaintext
13 lines
288 B
Plaintext
# 页面标题
|
|
VUE_APP_TITLE = 泉医到家运营管理平台
|
|
|
|
# 开发环境配置
|
|
ENV = 'development'
|
|
|
|
# 泉医到家运营管理平台/开发环境
|
|
# VUE_APP_BASE_API = '/dev-api'
|
|
VUE_APP_BASE_API = 'http://192.168.16.30:8080'
|
|
|
|
# 路由懒加载
|
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|