前端文件日期划分

This commit is contained in:
chenhaodong
2026-06-18 21:29:45 +08:00
parent 7e34de776c
commit 04cc390fde
118 changed files with 590 additions and 5 deletions
+5
View File
@@ -1,3 +1,8 @@
/**
* @description 全局过滤器注册模块,定义日期格式化等通用 Vue 过滤器
* @author D吕贺034244311
* @date 20260615
*/
// import parseTime, formatTime and set to filter
export { parseTime, formatTime } from '@/utils'