12345678910 |
- const host = 'http://192.168.1.73:28002';
- const urls ={
- hushen:host + '/api/his/hushen',
- newsList:host + '/api/news/list',
- detail:host +'/api/news/details',
- search: host + '/api/news/search',
- hotSearch: host + '/api/news/search/hot'
- }
- module.exports = urls;
|