beehiveweb-enterprice/.env.production

10 lines
225 B
Plaintext
Raw Normal View History

2024-05-29 11:52:44 +08:00
# 页面标题
VUE_APP_TITLE = Admin管理系统
# 生产环境配置
NODE_ENV = 'production'
# Admin管理系统/生产环境
VUE_APP_BASE_API = 'https://wx.beishaoyuan.com'
VUE_APP_BASE_URL = 'https://wx.beishaoyuan.com'