.env.dev.js 101 B

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