in a single page application, the async method is executed in the page vue component. There are many promise, in this method. If you exit the page now, because these promise will manipulate the data of vuex, how to interrupt this async method to prevent it from affecting the vuex?