|
@@ -16,8 +16,8 @@
|
|
|
</dl>
|
|
|
<dl>
|
|
|
<dt>新闻资讯</dt>
|
|
|
- <dd @click="goaboutUs">行业新闻</dd>
|
|
|
- <dd @click="goaboutUs">成功案例</dd>
|
|
|
+ <dd @click="goaboutNews">行业新闻</dd>
|
|
|
+ <dd @click="goaboutAnli">成功案例</dd>
|
|
|
</dl>
|
|
|
<dl>
|
|
|
<dt>联系我们</dt>
|
|
@@ -76,6 +76,14 @@
|
|
|
goaboutUs(){
|
|
|
this.$router.push({ name: 'introduction' });
|
|
|
},
|
|
|
+ // 新闻
|
|
|
+ goaboutNews(){
|
|
|
+ this.$router.push({ name: 'news' });
|
|
|
+ },
|
|
|
+ // 案例
|
|
|
+ goaboutAnli(){
|
|
|
+ this.$router.push({ name: 'news' });
|
|
|
+ },
|
|
|
},
|
|
|
}
|
|
|
</script>
|