我使用interceptors来捕获应用程序中的错误。如果catch 401错误,我想更改我的变量之一的状态。如何在axios拦截器中使用我的store?我在nuxt-app中使用类似插件的axios
interceptors
store
// inside my axios configuration export default function({ $axios, store }) {}