随笔分类 - Vue
摘要:如下这个html标签,最终根据数据返回值是,1则表示男性,2则表示女性,渲染2种不同的icon图标。 <span class=“gender bg-muted fa-nanxing”></span> <span class=“gender bg-muted fa-nvxing”></span> 有2
阅读全文
摘要:axios 最常用的功能之一,拦截器 axios.interceptors.response.use( response => { let {data: json} = response let resp = json if(resp.code 200) return resp; throw new
阅读全文

浙公网安备 33010602011771号