lin
2024-03-18 1eb41f8ed8830c96097d218b7894278e451c5321
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" })
                    }