app.js 349 B

123456789101112
  1. module.exports = {
  2. HEADER: {
  3. 'content-type': 'application/json'
  4. },
  5. // #ifdef H5
  6. baseURL: process.env.NODE_ENV == 'production' ? '/public/index.php/api/' : '/public/index.php/api/',
  7. // baseURL: process.env.NODE_ENV == 'production' ? '/api/' : '/api/',
  8. // #endif
  9. // #ifndef H5
  10. baseURL: '/public/index.php/api/'
  11. // #endif
  12. }