@ -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 ) {
}
},
};
</script>