closed() {
console.log( window.history.length)
const backNo = this.historyLength - window.history.length
this.dcRouter.goBack(-1 + backNo)
}
closed() {
console.log( window.history.length)
const backNo = this.historyLength - window.history.length
this.dcRouter.goBack(-1 + backNo)
}