Files
cas_tt_cloud_admin/.env.production
2022-03-15 16:49:23 +08:00

10 lines
189 B
Plaintext

# 页面标题
VUE_APP_TITLE = 管理系统
# 生产环境配置
ENV = 'production'
# 管理系统/生产环境
# VUE_APP_BASE_API = 'http://101.34.131.16:8000'
VUE_APP_BASE_API = '/api'