|
|
@@ -240,6 +240,8 @@ export default {
|
|
|
this.$toast.clear();
|
|
|
if (this.$store.state.inviteType == 'AUCTION') {
|
|
|
this.$router.replace('/auction');
|
|
|
+ } else if (this.$store.state.riceShare) {
|
|
|
+ this.$router.replace('/rice');
|
|
|
} else if (this.$store.state.loginBackUrl) {
|
|
|
this.$router.replace(this.$store.state.loginBackUrl);
|
|
|
} else if (
|