摘要: axios的get请求: this.axios.get('/list/getPro',{params: {page: 1,size: 10}}).then((res) => { console.log(res) }) 这里“params”必须加,不然参数传递失败 axios的post请求: this 阅读全文
posted @ 2020-05-06 17:14 谬论结局 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 动态设置rem (function (doc, win) { var docEl = doc.documentElement, resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize', recalc = f 阅读全文
posted @ 2020-05-06 14:28 谬论结局 阅读(194) 评论(0) 推荐(0) 编辑