9 lines
138 B
Bash
9 lines
138 B
Bash
# API 配置
|
|
VUE_APP_API_URL=http://localhost:8000/api
|
|
|
|
# 应用名称
|
|
VUE_APP_NAME=医疗小程序
|
|
|
|
# 应用版本
|
|
VUE_APP_VERSION=1.0.0
|