.env.prod.js 107 B

123456
  1. const config = {
  2. baseUrl: '',
  3. socketUrl: '',
  4. appName:'正式环境'
  5. }
  6. module.exports = config;