Commit 70dbd230 by chenyu

Merge branch 'feature/3月迭代-菜单' of http://git.gicdev.com/marketing-web/marketing into dev

parents 7ab87778 669d2532
......@@ -47,6 +47,7 @@ export default {
},
methods: {
jump(url = '') {
return console.log(window.location.href);
if (url) window.location.href = url;
}
}
......@@ -65,9 +66,9 @@ export default {
cursor: default;
.column-line {
display: block;
width: 3px;
width: 4px;
height: 16px;
margin-right: 8px;
margin-right: 12px;
background: #2f54eb;
}
&-title {
......
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