Commit 393197d2 authored by 赵啸非's avatar 赵啸非

修改跳转页面网页地址校验

parent 059bb40c
......@@ -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