提交 cdb383b5 authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw

fix: 解决冲突

上级 fce416e6
...@@ -52,9 +52,9 @@ service.interceptors.request.use( ...@@ -52,9 +52,9 @@ service.interceptors.request.use(
} }
) )
const defaultOptions = { // const defaultOptions = {
confirmButtonText: i18n.t('login.re_login') // confirmButtonText: i18n.t('login.re_login')
} // }
const checkAuth = response => { const checkAuth = response => {
// 请根据实际需求修改 // 请根据实际需求修改
...@@ -66,7 +66,6 @@ const checkAuth = response => { ...@@ -66,7 +66,6 @@ const checkAuth = response => {
store.dispatch('user/logout').then(() => { store.dispatch('user/logout').then(() => {
location.reload() location.reload()
}) })
}, { }, {
confirmButtonText: i18n.t('login.login_again'), confirmButtonText: i18n.t('login.login_again'),
showClose: false showClose: false
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论