Commit 73e0909c authored by “yiyousong”'s avatar “yiyousong”
parents 56f1e8eb b31a792f
......@@ -72,12 +72,19 @@ export default {
id: info.id,
name: info.loginName,
});
if (reg.test(href)) {
window.open(
`${href}?token=${token}&siteid=${siteid}&siteName=${siteName}&userInfo=${userInfo}`,
"_blank"
);
}
/* if (reg.test(href)) {
window.open(
`${href}?token=${token}&siteid=${siteid}&siteName=${siteName}&userInfo=${userInfo}`,
"_blank"
);
}*/
},
},
};
......
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