소스 검색

:pencil2: fix typo

JustSong 3 년 전
부모
커밋
bc07d6b737
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      routers/index.js

+ 1 - 1
routers/index.js

@@ -58,7 +58,7 @@ router.post('/login', async (req, res, next) => {
         'message',
         `欢迎${user.isAdmin ? '管理员' : '普通'}用户 ${
           user.username
-        } 登系统!`
+        } 登系统!`
       );
       return res.redirect('/');
     } else {