13 lines
273 B
Plaintext
13 lines
273 B
Plaintext
# 页面标题
|
|
VUE_APP_TITLE = 幼儿体质健康促进系统
|
|
|
|
# 开发环境配置
|
|
ENV = 'development'
|
|
|
|
# 幼儿体质健康促进系统/开发环境
|
|
VUE_APP_BASE_API = 'https://kindergarten.xinelu.cn'
|
|
#'/dev-api'
|
|
|
|
# 路由懒加载
|
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|