后端搭建起来

This commit is contained in:
aixianling
2022-12-30 16:34:57 +08:00
parent b8ac23dcfd
commit d1f2a42f1c
3 changed files with 8 additions and 4 deletions

View File

@@ -22,7 +22,8 @@ module.exports = {
},
security: {
csrf: {
enable: false
queryName: "token",
ignore: ctx => ctx.headers.passport == "c799f2d92de34b97"//md5编码:kubbo&flora
}
}
}