Newer
Older
casic-monitoring-web / config / prod.env.js
lwh on 24 May 2021 152 bytes 初版提交
'use strict'
module.exports = {
  NODE_ENV: '"production"',
  // BASE_API: '"http://119.254.103.80:14537"',
  BASE_API: '"http://192.168.8.201:8083"'
}