@@ -267,6 +267,7 @@
}),
]);
return {
+
topCarousels: res1.data.data||[],
bannerList: res2.data.data||[],
@@ -580,10 +581,12 @@
},
methods: {
clickBanner(data){
+ /* console.log(data);
if(data.url){
- window.open(data.url)
+ // window.open(data.url)
}
-
+*/
+ this.$router.push({ name: 'indexEducation' });
applyFun() {
@@ -128,6 +128,9 @@
computed: {},
+ goIntroductionPage(){
+ this.$router.push({ name: 'introduction' });
+ },
checkInfo(data) {
const opt = {
id: data.code,