From 00127de423788649d8ed769f26421f9908fd9977 Mon Sep 17 00:00:00 2001 From: maqian Date: Tue, 28 Oct 2025 16:30:00 +0800 Subject: [PATCH] =?UTF-8?q?fix(custom):=20=E5=88=86=E4=BA=AB=E8=90=BD?= =?UTF-8?q?=E5=9C=B0=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/share-land.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/share-land.js b/src/pages/share-land.js index 3f6f0d00c..4c5593c64 100644 --- a/src/pages/share-land.js +++ b/src/pages/share-land.js @@ -37,8 +37,6 @@ function ShareIand() { if (routeParams?.t == 1) { handlePrescription(routeParams) - } else if (routeParams?.target_path) { // 兼容1021版本 - handleGeneralShare(routeParams) } else { handleShareLand(routeParams) }