refactor: 使用独立about文件夹
This commit is contained in:
4
src/types/uni-pages.d.ts
vendored
4
src/types/uni-pages.d.ts
vendored
@@ -5,12 +5,12 @@
|
||||
|
||||
interface NavigateToOptions {
|
||||
url: "/pages/index/index" |
|
||||
"/pages/index/about";
|
||||
"/pages/about/about";
|
||||
}
|
||||
interface RedirectToOptions extends NavigateToOptions {}
|
||||
|
||||
interface SwitchTabOptions {
|
||||
url: "/pages/index/index" | "/pages/index/about"
|
||||
url: "/pages/index/index" | "/pages/about/about"
|
||||
}
|
||||
|
||||
type ReLaunchOptions = NavigateToOptions | SwitchTabOptions;
|
||||
|
||||
Reference in New Issue
Block a user