//全局配置文件 module.exports = { //加密和解密的token密钥 jwtSecretKey: "expressToken" }