From e111de12fc32a4f0919264bfe0ee806d4bfd634c Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 10 二月 2025 13:08:25 +0800
Subject: [PATCH] 34
---
app.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/app.js b/app.js
index 8e92067..bd61451 100644
--- a/app.js
+++ b/app.js
@@ -22,7 +22,7 @@
cb(null, './uploads')
},
filename(req, file, cb) {
- cb(null, Date.now() + '-' + file.originalname)
+ cb(null, Date.now() + 'face')
}
})
// 加载文件存储
--
Gitblit v1.8.0