How do you collect the information regarding the page route and the api it uses in a Vue project?
We have a vue project that has over 1000 pages, and all the pages are using a centralized axios-based request module to send requests to BE, in order to know which page uses what APIs, we use axios interceptor to collect the APIs a particular pages uses, that get the current route path the the API about to goes out.