src/page/index/top/index.vue
@@ -246,9 +246,10 @@ this.$store.dispatch("LogOut").then(() => { resetRouter() if (this.webType == 'default') { this.$router.push({ path: "/login" }) } else if (this.webType == 'govern') { this.$router.push({ path: "/governLogin" }) } else { this.$router.push({ path: "/tenementLogin" }) }