Commit 655c35a7 by chenyu

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

parents 5efbb771 51671382
......@@ -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