Commit e9f7dcef by gao_yingdong

Update jump.vue

parent 97208ded
......@@ -68,6 +68,7 @@ export default {
token: userToken,
appToken: appToken,
};
sessionStorage.setItem("zjhm", self.$route.query.zjhm);
var params = new URLSearchParams();
params.append("zjhm", self.$route.query.zjhm);
axios
......
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