src/utils/ruoyi.js
@@ -5,12 +5,6 @@ * Copyright (c) 2019 ruoyi */ //加载动态图片 export const getImageUrl = (name) =>{ return new URL(`../assets/images/${name}`, import.meta.url).href } // 日期格式化 export function parseTime(time, pattern) { if (arguments.length === 0 || !time) {