"src/pages/authority/organizationuser.vue" did not exist on "6a82225371501429b52c5439e171629cf5a213ab"
Commit 527342d4 authored by 张豪's avatar 张豪

地图服务注册原页面加载前处理msg

parent 901153f3
......@@ -1222,6 +1222,17 @@ export default {
self.judgeMap();
self.getArea();
},
created(){
let _self = this;
let webmap_data = JSON.parse(sessionStorage.getItem('shareWebMapParam'));
if(webmap_data){
_self.$store.commit("setZnztParams", webmap_data);
}
let appmap_data = JSON.parse(sessionStorage.getItem('shareAppBuilderParam'));
if(appmap_data){
_self.$store.commit("setAppBuilderParams", appmap_data);
}
},
};
</script>
......
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