From d33ef1caa8afa1e7ae50492ff08128ea6b24247f Mon Sep 17 00:00:00 2001 From: chizhehui Date: Tue, 2 Jul 2024 18:24:37 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B1=A0=E5=93=B2=E6=B1=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index c350d53..669af20 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,5 +6,5 @@ import { RouterGuard } from "@/router/guard.ts"; function App() { return
{RouterGuard(routes)}
; } - +//czh export default App; From 10535e0957d9336900aeaf4ba10088affea2ee86 Mon Sep 17 00:00:00 2001 From: chizhehui Date: Wed, 3 Jul 2024 09:06:45 +0800 Subject: [PATCH 2/2] feat:test commit --- src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 669af20..626e91e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,5 +6,4 @@ import { RouterGuard } from "@/router/guard.ts"; function App() { return
{RouterGuard(routes)}
; } -//czh export default App;