1

当我调用路由器导航时,我已将我的角度应用程序从角度 5 迁移到 6,

   this.router.navigate(['doctor-log-in']).then(function (res) {
        console.log(res);
      }, function (err) {
        console.log('in errrrr');
        console.log(err);
        });

它给出了以下错误

main.9819f0c7d0ec0efd5341.js:1 类型错误:无法在 n.applyServerOverwrite (main.9819f0c7d0ec0efd5341.js:1) 在 n.updateInfo_ (main.9819f0c7d0ec0efd53) 处读取未定义的属性“覆盖” .js:1) 在新 n (main.9819f0c7d0ec0efd5341.js:1) 在 n.createRepo (main.9819f0c7d0ec0efd5341.js:1) 在 n.databaseFromApp (main.9819f0c7d0ec0efd5341.js:1) 在 Object.e.INTERNAL。 registerService.Reference [as database] (main.9819f0c7d0ec0efd5341.js:1) at n._getService (main.9819f0c7d0ec0efd5341.js:1) at nu(anonymous function) [as database] ( http://localhost:4200/main. 9819f0c7d0ec0efd5341.js:1:954493 ) 在新 n (main.9819f0c7d0ec0efd5341.js:1)

4

0 回答 0