You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gyyq-Upstairs/.env.production

14 lines
343 B

# 页面标题
3 months ago
VUE_APP_TITLE = 苏州工业园区工业上楼管理系统
# 生产环境配置
ENV = 'production'
3 months ago
# 苏州工业园区工业上楼管理系统/生产环境
# 个人环境
VUE_APP_BASE_API = ''
# 测试环境
# VUE_APP_BASE_API = 'http://39.101.188.84:7071'
# 正式环境
# VUE_APP_BASE_API = 'https://gysl.sipac.gov.cn/api'