摘要: this.$ajax({ method: 'GET', url: '你的url', headers: { 'Authorization': tokenUtil.getToken(), // 我的token 'Content-Type': "application/json;charset=utf-8 阅读全文
posted @ 2020-07-28 16:15 傲气中华 阅读(1733) 评论(0) 推荐(0) 编辑
摘要: // 获取当前时间 function timeToNumber () { var date = new Date() var Y = date.getFullYear() + '-' var M = (date.getMonth() + 1 < 10 ? '0' + (date.getMonth() 阅读全文
posted @ 2020-07-28 15:50 傲气中华 阅读(2996) 评论(0) 推荐(0) 编辑