Newer
Older
smartwell_front / config / prod.env.js
StephanieGitHub on 20 Sep 2019 193 bytes MOD:ip修改
'use strict'
module.exports = {
  NODE_ENV: '"production"',
  // BASE_API: '"http://119.254.103.80:14537"',
  // BASE_API: '"http://192.168.0.212:8083"'
  BASE_API: '"http://10.9.39.8:8083"'
}