Showing
3 changed files
with
3 additions
and
3 deletions
| ... | @@ -135,7 +135,7 @@ export default { | ... | @@ -135,7 +135,7 @@ export default { |
| 135 | type: "warning", | 135 | type: "warning", |
| 136 | }).then(() => { | 136 | }).then(() => { |
| 137 | this.$store.dispatch("LogOut").then(() => { | 137 | this.$store.dispatch("LogOut").then(() => { |
| 138 | - this.$router.push('/login') | 138 | + this.$router.push('/') |
| 139 | // window.location.href = "https://test.secure.fedex.com/logout";//wsso系统跳转 | 139 | // window.location.href = "https://test.secure.fedex.com/logout";//wsso系统跳转 |
| 140 | }); | 140 | }); |
| 141 | }); | 141 | }); | ... | ... |
| ... | @@ -67,7 +67,7 @@ service.interceptors.response.use(res => { | ... | @@ -67,7 +67,7 @@ service.interceptors.response.use(res => { |
| 67 | } | 67 | } |
| 68 | ).then(() => { | 68 | ).then(() => { |
| 69 | store.dispatch('FedLogOut').then(() => { | 69 | store.dispatch('FedLogOut').then(() => { |
| 70 | - location.href = '/index'; | 70 | + location.href = settings.logoutURL; |
| 71 | }) | 71 | }) |
| 72 | }) | 72 | }) |
| 73 | } else if (code === 403) { | 73 | } else if (code === 403) { | ... | ... |
-
Please register or login to post a comment