Commit 5508646a authored by “yiyousong”'s avatar “yiyousong”

pref:修改跳转子系统链接

parent a753796e
......@@ -103,17 +103,11 @@ export default {
name: info.loginName,
});
let { modelUrl, modelName, modelIcon } = row;
let path = this.$route.path;
window.open(
`${modelUrl}?token=${token}&siteid=${siteid}&siteName=${siteName}&userInfo=${userInfo}&sysName=${modelName}&sysLogo=${modelIcon}`,
`${modelUrl}?token=${token}&siteid=${siteid}&siteName=${siteName}&userInfo=${userInfo}&sysName=${modelName}&sysLogo=${modelIcon}&path=${path}`,
"_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