摘要: post请求报错invalid csrf token // 在config.default.js添加即可。 config.security = { csrf: { enable: false, } } 阅读全文
posted @ 2021-05-03 12:41 zezhou222 阅读(1218) 评论(0) 推荐(0)
摘要: 时区修改: config.default.js config.sequelize = { .... timezone: "+08:00", dialectOptions: { dateStrings: true, typeCast(field, next) { if (field.type "DAT 阅读全文
posted @ 2021-05-03 00:53 zezhou222 阅读(633) 评论(0) 推荐(0)