chenmy před 1 rokem
rodič
revize
106c37b90c

+ 1 - 1
TEAMModelOS/ClientApp/src/components/public/frontEndMain/Index.vue

@@ -180,7 +180,7 @@ export default {
             return host.includes(item.host)
         })
         console.log(cur,this.$route.name, this.$route.from,'mingzimingzi')
-        if (cur && this.$route.name == 'login') {
+        if (cur && (this.$route.name == 'login' || this.$route.name == 'zylogin')) {
             this.isShowTMD = cur.isShowTMD
             this.$router.push({
                 name: cur.router,