The angular page returns to the previous page without refreshing.

requirements: an enters the B page, B enters the C interface, and then returns from C to B page, and finally from B page to A page;
A page sends few requests;
B page requests many APIs, paging and scrolling (if you need to save the requested data, it is a bit more);
C page sends a request;
now A, B and C are written together, but it"s just a ng-show between views. Now I want to separate them by route. I don"t know which other way is better.

May.16,2021

you don't write three pages now, but you switch between three div simulation pages
, but what effect do you want to achieve? What's the problem now?

Menu