付延余
2022-08-03 910f2ef56d0d49a4ce24b2f33860dce4d739b1b4
utils/index.js
@@ -18,7 +18,7 @@
   return fetch(url, opt)
}
// get请求
// get请求
// urlParam是拼接路径的参数
export const reqGet = (url, params, urlParam, opt = {}) => {
   opt.header = typeObj['headerGET'];