摘要: 报错信息: BulkWriteError: E11000 duplicate key error collection 提前生成好ID依赖 yarn add mongoid 使用 const oid = require('mongoid'); let id = oid() // "51186a029 阅读全文
posted @ 2021-05-21 16:51 HumorChen99 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 引入问题造成的,改一下就好了 import moment from 'moment' 改为 const moment = require('moment'); 测试一下 let ret = moment(1617678420000).format('YYYY年MM月DD日hh时mm分ss秒') co 阅读全文
posted @ 2021-05-21 15:33 HumorChen99 阅读(12) 评论(0) 推荐(0) 编辑