Commit 36ce1f81 by crushh

update: dist

parent bc41863b
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -51,8 +51,8 @@ export default {
const { jumpUrl } = card;
if (!jumpUrl) return;
if (card.activityCode == 'hb_m0206') {
// console.log(`${window.location.origin}/${jumpUrl}&hbPage=staffActCode`);
window.location.href = `${window.location.origin}/${jumpUrl}&hbPage=staffActCode`;
const href = `${window.location.origin}/${jumpUrl}&hbPage=staffActCode`;
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