update settings pages in the middle,

This commit is contained in:
louiscklaw
2025-05-14 16:18:04 +08:00
parent efc2d31f7c
commit 886a314df7
6 changed files with 121 additions and 12 deletions

View File

@@ -202,7 +202,7 @@ function RouteConfig() {
<Route path="/tab3">
<Tab3 />
</Route>
<Route path="/setting">
<Route path={Paths.Setting}>
<Setting />
</Route>
<Route path="/page/:name" exact={true}>