Newer
Older
smartwell_front_yizhuang / config / prod.env.js
dutingting on 19 May 2023 302 bytes bug修复
'use strict'
module.exports = {
  NODE_ENV: '"production"',
  // BASE_API: '"http://111.198.10.15:11302/smartwell"'
  BASE_API: '"https://yjaqjk.bda.gov.cn/smartwell"', //外网
  // BASE_API: '"http://yjaqjk.bda.gov.cn/smartwell"', // 内网
  // BASE_API: '"http://192.168.1.113:11302/smartwell"',
}