Files
smart_venue/oms/oms-h5/config/prod.env.js
2020-01-29 21:50:10 +08:00

6 lines
139 B
JavaScript

module.exports = {
NODE_ENV: '"production"',
BASE_API: '"http://oms.ldnz.rxjt.co"',
APP_ORIGIN: '"http://oms.ldnz.rxjt.co"'
};