|
@@ -4,10 +4,10 @@
|
|
|
// Generated by vite-plugin-uni-pages
|
|
// Generated by vite-plugin-uni-pages
|
|
|
|
|
|
|
|
interface NavigateToOptions {
|
|
interface NavigateToOptions {
|
|
|
- url: "/pages/feed-plan/index" |
|
|
|
|
|
|
|
+ url: "/pages/article/article" |
|
|
|
|
|
+ "/pages/feed-plan/index" |
|
|
|
"/pages/home/index" |
|
|
"/pages/home/index" |
|
|
|
"/pages/me/index" |
|
|
"/pages/me/index" |
|
|
|
- "/pages/pet-manual/article" |
|
|
|
|
|
"/pages/pet-manual/index";
|
|
"/pages/pet-manual/index";
|
|
|
}
|
|
}
|
|
|
interface RedirectToOptions extends NavigateToOptions {}
|
|
interface RedirectToOptions extends NavigateToOptions {}
|