Newer
Older
smartwell_front / config / prod.env.js
liyaguang 4 days ago 300 bytes 需求修改
'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://111.198.10.15:11707/smartwell"'
  BASE_API: '"http://10.9.39.8:8083"'
  // BASE_API: '"http://127.0.0.1:8083"'
}