Compare commits

...

2 Commits

Author SHA1 Message Date
qiuchenfan a13db5dd39 Merge branch 'main' of http://113.45.67.59:3003/lzq/test 2025-11-17 19:05:12 +08:00
qiuchenfan 053631c64d 111 2025-11-17 19:05:11 +08:00
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
import { type RouteConfig, index } from "@react-router/dev/routes";
import { type RouteConfig, index,route } from "@react-router/dev/routes";
export default [index("routes/home.tsx")] satisfies RouteConfig;
export default [index("routes/home.tsx"),route('weather',"routes/weather.tsx")] satisfies RouteConfig;