.env.dev.js 184 B

1234567
  1. const config = {
  2. // baseUrl: 'whapi.test.cc',
  3. baseUrl: 'http://wh-api.localhost.com',
  4. webUrl: 'http://wh-api.localhost.com',
  5. appName: '开发环境'
  6. }
  7. module.exports = config;