f
This commit is contained in:
7
uni-pages.d.ts
vendored
7
uni-pages.d.ts
vendored
@@ -10,6 +10,7 @@ type _LocationUrl =
|
||||
"/pages/agentPromotionQueryList/index" |
|
||||
"/pages/agentSystemGuide/index" |
|
||||
"/pages/agentUpgrade/index" |
|
||||
"/pages/auth/index" |
|
||||
"/pages/help/detail" |
|
||||
"/pages/help/guide" |
|
||||
"/pages/help/index" |
|
||||
@@ -17,13 +18,13 @@ type _LocationUrl =
|
||||
"/pages/invitation/index" |
|
||||
"/pages/me/index" |
|
||||
"/pages/privacyPolicy/index" |
|
||||
"/pages/promote/index" |
|
||||
"/pages/promote/report" |
|
||||
"/pages/promote/reportList" |
|
||||
"/pages/promoteDetails/index" |
|
||||
"/pages/register/index" |
|
||||
"/pages/report/index" |
|
||||
"/pages/rewardsDetails/index" |
|
||||
"/pages/service/index" |
|
||||
"/pages/teamList/detail" |
|
||||
"/pages/teamList/index" |
|
||||
"/pages/upgradeSubordinate/index" |
|
||||
"/pages/userAgreement/index" |
|
||||
@@ -35,7 +36,7 @@ interface NavigateToOptions {
|
||||
interface RedirectToOptions extends NavigateToOptions {}
|
||||
|
||||
interface SwitchTabOptions {
|
||||
url: "/pages/index" | "/pages/promote/index" | "/pages/agent/index" | "/pages/me/index"
|
||||
url: "/pages/index" | "/pages/agent/index" | "/pages/me/index"
|
||||
}
|
||||
|
||||
type ReLaunchOptions = NavigateToOptions | SwitchTabOptions;
|
||||
|
||||
Reference in New Issue
Block a user