Browse Source

学习内容优化跳转

master
wanghongjun 3 years ago
parent
commit
5d9d145d6f
  1. 4
      src/views/college/list.vue

4
src/views/college/list.vue

@ -126,7 +126,9 @@ export default {
created() {
this.getArticleList();
this.getCollegeLinks();
this.value = this.$route.query.cname;
if (this.$route.query.cname != '' && this.$route.query.cname != null && this.$route.query.cname != undefined ) {
this.value = this.$route.query.cname;
}
},
};
</script>

Loading…
Cancel
Save