Commit 14b940d6 by crushh

Merge branch 'feature/活码' into dev

parents bbd55da4 69a1b0c3
......@@ -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