From a7e74dc7ed58459d23384fc9061aad9a09d7cbcd Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 09 五月 2023 09:10:16 +0800 Subject: [PATCH] 图片上传 --- src/assets/index.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/assets/index.ts b/src/assets/index.ts index de3e571..b7bf5b1 100644 --- a/src/assets/index.ts +++ b/src/assets/index.ts @@ -14,4 +14,4 @@ // 拼接 return year + "-" + month + "-" + day + " " + hours + ":" + minutes + ":" + seconds; } -} \ No newline at end of file +} -- Gitblit v1.9.2