Try adding this to your config. I had a similar is once and this workaround did the trick.

app.config(['$qProvider', function ($qProvider) {
    $qProvider.errorOnUnhandledRejections(false);
}]);

相关文章:

  • 2021-11-15
  • 2021-10-19
  • 2022-01-08
  • 2021-08-19
  • 2021-10-02
猜你喜欢
  • 2022-12-23
  • 2021-07-21
  • 2022-12-23
  • 2022-01-16
  • 2022-12-23
  • 2022-12-23
  • 2021-04-22
相关资源
相似解决方案