.env.dev.js 143 B

123456
  1. const config = {
  2. baseUrl: 'https://api.wealfavor.cn',
  3. goUrl: 'http://127.0.0.1:8001',
  4. appName: '开发环境'
  5. }
  6. module.exports = config;