/** * 截取日期 */ export const runcation = (date) => { return date.substring(0, 16) }