From 52b2ebce45f8f3262bdbd488da31fdd321c55d41 Mon Sep 17 00:00:00 2001 From: Gaoxs <704041637@qq.com> Date: Tue, 15 Sep 2020 16:12:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9util=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/index.js b/utils/index.js index 6bd0856..1bbfc92 100644 --- a/utils/index.js +++ b/utils/index.js @@ -116,6 +116,7 @@ export function parseQuery() { } }); // #endif + // #ifndef H5 var url = currentPage.route //当前页面url res = currentPage.options //如果要获取url中所带的参数可以查看options // #endif