Commit 669d2532 by chenyu

update: update

parent 84e72b88
......@@ -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