.env.dev.js 121 B

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