devicesmgt/sgzb-screen/config/prod.env.js

10 lines
257 B
JavaScript

// var testUrl = '223.243.184.53:8480'
var testUrl = '10.14.16.165:8803/'
// var testUrl = '14.29.196.32:8803/'
module.exports = {
NODE_ENV: '"production"',
//post用当前域名
// API_ROOT: '"http://' + testUrl + '/iot"'
API_ROOT: '"/cockpit"',
}