.env.trial.js 162 B

123456
  1. const config = {
  2. baseUrl: 'https://test-api.wealfavor.cn',
  3. webUrl: 'https://test-api.wealfavor.cn',
  4. appName:'正式环境'
  5. }
  6. module.exports = config;