prod.env.js 182 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 'use strict' module.exports = { NODE_ENV: '"production"', // 青海现场环境配置 BASE_API: '"http://95.12.89.134:8089"', MONITOR_GATEWAY: '"http://95.12.89.134:8080"' }