Browse Source

去除打印

feature/3.0.0-推广员
lfs3 6 years ago
parent
commit
e85c2876dc
1 changed files with 0 additions and 3 deletions
  1. 3
      src/view/home.vue

3
src/view/home.vue

@ -412,13 +412,10 @@ export default {
// this.getLocation();
this.getData();
var uuniqueId = Qs.parse(location.search.substring(1)).uniqueId
console.log('uuniqueId:'+uuniqueId)
if(uuniqueId !== undefined && uuniqueId !== null && uuniqueId !== ""){
this.uniqueId = uuniqueId
console.log('uniqueId:'+this.uniqueId)
}
return new Promise((resolve, reject) => {
console.log('uniqueId:'+this.uniqueId)
var params = {
salesmanUniqueIdentity: this.uniqueId,
};

Loading…
Cancel
Save