base.js 91 B

12345678
  1. const baseURL = ''
  2. const showHttpLog = false
  3. module exports = {
  4. baseURL,
  5. showHttpLog,
  6. }