Commit 51671382 by chenyu

update: update

parent b89500d4
......@@ -47,7 +47,7 @@ export default {
},
methods: {
jump(url = '') {
if (url) window.location.href = url;
if (url) window.location.href = `${window.location.origin}/${url}`;
}
}
};
......
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