Newer
Older
smartwell_front / config / prod.env.js
StephanieGitHub on 19 May 2020 174 bytes MOD:修改websocket地址,ip端口号
'use strict'
module.exports = {
  NODE_ENV: '"production"',
  // BASE_API: '"http://139.198.17.115:20004/smartwell"',
  BASE_API: '"http://111.198.10.15:11302/smartwell"',
}