From f997a9d6c1312b10f69d56cd4708b8625ea174b0 Mon Sep 17 00:00:00 2001 From: h_mo <596417202@qq.com> Date: Fri, 14 Jun 2024 11:30:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AF=BC=E5=85=A5=20'uni-mini-router'?= =?UTF-8?q?=20=E7=B1=BB=E5=9E=8B=E4=B8=8D=E6=AD=A3=E7=A1=AE=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 2 -- src/types/uni-mini-router.d.ts | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 01d1c22..03c31e0 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -6,8 +6,6 @@ function onClick() { console.log('click'); router.push({ name: 'Login' }); } - -// const pt = __UNI_PLATFORM__;