urls.js 180 B

12345678
  1. const host = 'http://192.168.1.60:6900';
  2. const urls ={
  3. newsList:host + '/news/list',
  4. search: host + '/search',
  5. hotSearch: host + '/search/hot'
  6. }
  7. module.exports = urls;