Newer
Older
smartwell_front / config / prod.env.js
StephanieGitHub on 2 May 2020 259 bytes MOD:修改测试ip
'use strict'
module.exports = {
  NODE_ENV: '"production"',
  // BASE_API: '"http://119.254.103.80:14537"',
  // BASE_API: '"http://192.168.8.201:8083/smartwell"'
  BASE_API: '"http://139.198.0.132:20005/smartwell"'
  // BASE_API: '"http://10.9.39.8:8083"'
}