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

友情链接

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