@@ -444,9 +444,6 @@ export default {
} else {
this.$Message.warning(this.$t('login.sse.error.text1'));
}
-
- // 回到首頁清楚多餘URL參數
- this.$router.push({ name: 'login' })
})
},
SEELink: function() { // 開啟SSE連結
@@ -394,9 +394,6 @@ export default {