update 平台配置页面

This commit is contained in:
2024-04-22 15:02:55 +08:00
parent 01319e7648
commit 32403e337c
7 changed files with 86 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
// 日期格式化
export function parseTime(time, pattern) {
console.log("parseTime", time, pattern);
// console.log("parseTime", time, pattern);
if (arguments.length === 0 || !time) {
return null
}