From db334c7cdf2ab8aad34012f9435c725bb0f73686 Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Fri, 22 Nov 2019 23:41:04 +0800 Subject: [PATCH] build v3 --- packages/uni-app-plus/dist/index.v3.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/uni-app-plus/dist/index.v3.js b/packages/uni-app-plus/dist/index.v3.js index 7d3b8a880e..8b8e79d976 100644 --- a/packages/uni-app-plus/dist/index.v3.js +++ b/packages/uni-app-plus/dist/index.v3.js @@ -7311,7 +7311,6 @@ var serviceContext = (function () { delete style.margin; } else if (isPopup) { style.position = 'absolute'; - console.log(isTabBarPage(routeOptions.path)); if (isTabBarPage(routeOptions.path)) { maskWebview = tabBar$1; } else { -- GitLab