Commit 71e0f531 authored by mengqr's avatar mengqr

修改接受参数

parent fcaffda8
...@@ -83,6 +83,9 @@ export default { ...@@ -83,6 +83,9 @@ export default {
}; };
}, },
mounted(){ mounted(){
if(this.$route.query.token){
localStorage.setItem("getToken",this.$route.query.token)
}
this.getList() this.getList()
}, },
methods: { methods: {
......
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