导入模块 import bcryptjs from 'bcryptjs'; 加密 bcryptjs.hashSync(req.body.password, 10) 解密 bcryptjs.compareSync(req.body.password, result[0].passwor