Newer
Older
smartwell_front / config / prod.env.js
StephanieGitHub on 20 Jun 2020 170 bytes MOD:修改正式环境地址
'use strict'
module.exports = {
  NODE_ENV: '"production"',
  // BASE_API: '"http://111.198.10.15:11302/smartwell"'
  BASE_API: '"http://yjaqjk.bda.gov.cn/smartwell"',
}