|
@@ -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,
|