DeprecationWarning:current URL string parser is deprecated, and will be removed in a future version.
警告如下
解决办法
警告内容就是新版connect里边需要这两个参数
useNewUrlParser: true, useUnifiedTopology: true
微信扫一扫
useNewUrlParser: true, useUnifiedTopology: true
相关推荐