|
@@ -104,6 +104,7 @@ service.interceptors.response.use(
|
|
type: 'error',
|
|
type: 'error',
|
|
duration: 5 * 1000,
|
|
duration: 5 * 1000,
|
|
onClose: () => {
|
|
onClose: () => {
|
|
|
|
+ store.dispatch("app/toggleDialog", false)
|
|
store.dispatch('tagsView/delAllViews').then(() => { })
|
|
store.dispatch('tagsView/delAllViews').then(() => { })
|
|
store.dispatch('user/resetToken').then(() => {
|
|
store.dispatch('user/resetToken').then(() => {
|
|
location.reload()
|
|
location.reload()
|