NurseStationOperateUI/.env.development
纪寒 4f4bc04d53 Merge remote-tracking branch 'origin/dev'
# Conflicts:
#	src/views/system/order/index.vue
#	src/views/system/person/index.vue
#	src/views/system/station/index.vue
2022-11-16 10:23:35 +08:00

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