Commit 21c87b4a authored by 吴冠's avatar 吴冠

友情链接

parent e5d30cfc
......@@ -30,7 +30,8 @@ export default {
},
methods: {
xxxxmove(url) {
this.$router.push(url);
// this.$router.go(url);
window.open(url)
},
},
data() {
......@@ -41,17 +42,16 @@ export default {
title: "友情链接",
list: [
{
name: "教育部学校规划建设发展",
url:
"https://www.csdp.edu.cn/index.aspx?AspxAutoDetectCookieSupport=1",
name: "中国蔬菜流通协会",
url:"http://www.cava.org.cn/",
},
{
name: "北京市教委",
url: "http://jw.beijing.gov.cn/",
name: "中国物流采购联合会",
url: "http://www.chinawuliu.com.cn/",
},
{
name: "全国农产品批发市场价格信息网",
url: "http://pfscnew.agri.gov.cn/",
url: "http://pfscnew.agri.gov.cn/scdt/shucai/",
},
],
},
......@@ -120,5 +120,6 @@ ul > .t1 {
}
.textcolor {
color: #323232;
cursor: pointer;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment