function api(url) { return '/whepi' + url; } function apiMat(url) { // console.log(11); return '/mat' + url; } function jumpApi(url) { return url; }