Commit 69a1b0c3 by crushh

update: 跳转

parent 36ce1f81
......@@ -52,7 +52,7 @@ export default {
if (!jumpUrl) return;
if (card.activityCode == 'hb_m0206') {
const href = `${window.location.origin}/${jumpUrl}&hbPage=staffActCode`;
Window.open(href);
window.open(href);
} else {
window.location.href = `${window.location.origin}/${jumpUrl}`;
}
......
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