layui 封装 ajax请求

/**封装网络请求 */ /**baseUrl */ var baseUrl = ''; //此处填写您的域名地址 /**token */ const token = sessionStorage.getItem("token"); //获取...