GM
Size: a a a
GM
C
C
C
GM
C
GM
GM
C
C
C
C
C
C
C
AS
C
C
public getPreviousUrlIgnoreParams() {
const history = this.history.map(h => h.split('?').slice(-2, -1).join()).filter(h => !!h).filter((item, pos, self) => self.indexOf(item) == pos);
return history[history.length - 2] || '/index';
}
Router
нас ведь много он одинAK