because the mobile project we are doing now will eventually be enclosed in the app shell. I put the axios request of each component in the created. Go to the component to send the request and get the data
.
the requirement now is that all components send requests to get data directly when you first log in, instead of sending requests to get data when you enter the component.
is there any good way to do this? Or do not enter the method inside the component trigger component?