Newer
Older
iris_temperature_front_gz / config / prod.env.js
IRIS on 9 Apr 2020 151 bytes 第一次提交
'use strict'
module.exports = {
  NODE_ENV: '"production"',
  BASE_API: '"http://139.198.16.38:20005"'
  // BASE_API: '"http://192.168.8.211:20005"'
}