From ad46af07387528d47ad28384a9c66aed5cc239f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E6=88=90=E5=BC=BA?= Date: Thu, 19 Nov 2020 09:42:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/common.js b/src/utils/common.js index 9e0c4f0..44c19c3 100644 --- a/src/utils/common.js +++ b/src/utils/common.js @@ -113,6 +113,7 @@ export function loadingClose () { export function getUrlParams () { var query = decodeURI(window.location.search.substring(1)) + console.log('query: ', query) var vars = query.split('&') const obj = {} for (var i = 0; i < vars.length; i++) {