@@ -64,6 +64,11 @@ export default {
},
created() {
this.currentPath = this.$route.path
+ },
+ watch: {
+ '$route'(to) {
+ this.currentPath = to.path
+ }
}
</script>
@@ -71,7 +71,7 @@ export default {
this.getUserInfo();
- this.getBankInfo();
+ // this.getBankInfo();
methods: {
async getUserInfo() {
@@ -194,7 +194,7 @@ export default {
this.$router.push('/culture/detail');
toInvitePeople() {
- this.$router.push('/InvitePeople');
+ this.$router.push('/dynamic');
toApply(){
this.$router.push('/Apply');