From e85c2876dceafba09108db1c9b7f1c67a9241cce Mon Sep 17 00:00:00 2001 From: lfs3 Date: Wed, 24 Jul 2019 16:21:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/home.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/view/home.vue b/src/view/home.vue index 298ed97..8aa48f6 100644 --- a/src/view/home.vue +++ b/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, };