Commit 95df47af authored by jiaoyahui's avatar jiaoyahui

token

parent ed2d6c93
......@@ -221,6 +221,9 @@ export default {
},
created() {},
mounted() {
 if(this.$route.query.token){
localStorage.setItem("getToken",this.$route.query.token)
    }
this.getsent();
this.checkScroll();
if (this.crmIntegral >= this.checkList[0].point) {
......
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