f
This commit is contained in:
3
uni-pages.d.ts
vendored
3
uni-pages.d.ts
vendored
@@ -10,6 +10,7 @@ type _LocationUrl =
|
||||
"/pages/report" |
|
||||
"/pages/inquire/example" |
|
||||
"/pages/inquire/index" |
|
||||
"/pages/inquire/list" |
|
||||
"/pages/legal/authorization" |
|
||||
"/pages/legal/privacy-policy" |
|
||||
"/pages/legal/user-agreement" |
|
||||
@@ -24,7 +25,7 @@ interface NavigateToOptions {
|
||||
interface RedirectToOptions extends NavigateToOptions {}
|
||||
|
||||
interface SwitchTabOptions {
|
||||
url: "/pages/index" | "/pages/report" | "/pages/mine"
|
||||
url: "/pages/index" | "/pages/toolbox/index" | "/pages/mine"
|
||||
}
|
||||
|
||||
type ReLaunchOptions = NavigateToOptions | SwitchTabOptions;
|
||||
|
||||
Reference in New Issue
Block a user