mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-29 21:11:57 +08:00
12 lines
284 B
Plaintext
12 lines
284 B
Plaintext
# 页面标题
|
|
VUE_APP_TITLE = stage-篮球Zone后台管理系统
|
|
# 小程序Dev环境
|
|
VUE_APP_WX_APPLES_ENV = 'trial'
|
|
# 测试环境配置
|
|
ENV = 'staging'
|
|
|
|
# 篮球Zone后台管理系统/测试环境
|
|
VUE_APP_BASE_API = '/stage-api'
|
|
# nginx部署非根目录专用
|
|
ENV_NG = '/stage/'
|