diff --git a/router/files.js b/router/files.js index 456f78a..74b2ebf 100644 --- a/router/files.js +++ b/router/files.js @@ -19,7 +19,7 @@ const mkdirsSync = function(dirname) { } } -// 创建文件夹 +// 创建文件夹//////// const createFolder = function (folder) { try { // 测试 path 指定的文件或目录的用户权限,我们用来检测文件是否存在 @@ -173,4 +173,4 @@ router.post('/avatar', uploadAvatar.single('file'), async (req, res, next) => { }); -module.exports = router; \ No newline at end of file +module.exports = router;