|
@ -337,6 +337,7 @@ export default { |
|
|
if (this.$store.state.app.userInfo.mobile) { |
|
|
if (this.$store.state.app.userInfo.mobile) { |
|
|
this.$router.push({ path: `/${path}` }); |
|
|
this.$router.push({ path: `/${path}` }); |
|
|
} else { |
|
|
} else { |
|
|
|
|
|
this.tipContent = '请您先进行注册。' |
|
|
this.showRegister = true; |
|
|
this.showRegister = true; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|