Commit 4744d052 by xue_wengang

单点登录

parent 24c64f42
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -31,12 +31,7 @@ export default {
appToken: appToken,
};
var params = new URLSearchParams();
var zjhm = "";
if (self.$route.query?.idcard) {
zjhm = encry.Decrypt(self.$route.query.idcard);
} else if (self.$route.query?.zjhm) {
zjhm = encry.Decrypt(self.$route.query.zjhm);
}
var zjhm = self.$route.query.zjhm;
if (self.$route.query.path == "/rzcxIndex/sjzyykgl") {
zjhm = JSON.parse(zjhm);
}
......
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