Commit 8acfeca7 by xue_wengang

Update jump.vue

parent f682cb38
......@@ -37,7 +37,9 @@ export default {
} else if (self.$route.query?.zjhm) {
zjhm = encry.Decrypt(self.$route.query.zjhm);
}
debugger
if (self.$route.query.path == "/rzcxIndex/sjzyykgl") {
zjhm = JSON.parse(zjhm);
}
params.append("zjhm", zjhm);
axios
.post(url.rzURL + "/loginByZjhm", params, {
......@@ -47,7 +49,7 @@ export default {
})
.then((res) => {
if (res.data.code == 200) {
debugger
debugger;
self.$router.push({
path: self.$route.query.path,
query: {
......
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