摘要: import axios from 'axios'; class requstHelper { static fetch = (url, data, option = {}) => { console.log(option.isLocation ? url : `${process.env.API_ 阅读全文
posted @ 2022-05-24 14:08 潇潇-lucky 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 1、判断当前时间到达某一指定时间 isOnTime () { let now = new Date() //当前时间 //如果传2022-02-22 14:15:00要转化成 2022/02/22 14:15:00 let startTime = '2022-05-26 24:00:00' // l 阅读全文
posted @ 2022-05-24 11:11 潇潇-lucky 阅读(75) 评论(0) 推荐(0) 编辑