126 lines
4.5 KiB
TypeScript
126 lines
4.5 KiB
TypeScript
/* eslint-disable */
|
|
/* prettier-ignore */
|
|
// @ts-nocheck
|
|
// Generated by vite-plugin-uni-pages
|
|
|
|
interface NavigateToOptions {
|
|
url: "/pages/index/index" |
|
|
"/pages/address/index" |
|
|
"/pages/ai/ai-interactive-space" |
|
|
"/pages/certification/index" |
|
|
"/pages/certification/pet-sitter" |
|
|
"/pages/extended/index" |
|
|
"/pages/h5mall/index" |
|
|
"/pages/login/index" |
|
|
"/pages/login/phone" |
|
|
"/pages/map/index" |
|
|
"/pages/message/chat" |
|
|
"/pages/message/index" |
|
|
"/pages/message/message-list" |
|
|
"/pages/message/privatechat" |
|
|
"/pages/Modal/index" |
|
|
"/pages/my/index" |
|
|
"/pages/order/index" |
|
|
"/pages/order/order-detail" |
|
|
"/pages/order/take" |
|
|
"/pages/others/agreement" |
|
|
"/pages/others/null" |
|
|
"/pages/others/official-account" |
|
|
"/pages/permission/bind-phone" |
|
|
"/pages/permission/real-name-auth" |
|
|
"/pages/pet/index" |
|
|
"/pages/pet/pet-add-page" |
|
|
"/pages/pet/pet-detail-page" |
|
|
"/pages/push/door" |
|
|
"/pages/push/goods" |
|
|
"/pages/push/index" |
|
|
"/pages/push/share" |
|
|
"/pages/service/accompany" |
|
|
"/pages/service/detail" |
|
|
"/pages/service/door" |
|
|
"/pages/service/index" |
|
|
"/pages/service/knowledge" |
|
|
"/pages/service/my-service" |
|
|
"/pages/service/search" |
|
|
"/pages/service/shop" |
|
|
"/pages/service/slippery" |
|
|
"/pages/service/store" |
|
|
"/pages/settings/index" |
|
|
"/pages/space/index" |
|
|
"/pages/webview/webview" |
|
|
"/pages/Modal/authentication/1" |
|
|
"/pages/Modal/authentication/2" |
|
|
"/pages/Modal/authentication/3" |
|
|
"/pages/Modal/blankPage/1" |
|
|
"/pages/mall/index/index" |
|
|
"/pages/mall/index/user" |
|
|
"/pages/mall/index/category" |
|
|
"/pages/mall/index/cart" |
|
|
"/pages/mall/index/login" |
|
|
"/pages/mall/index/search" |
|
|
"/pages/mall/index/page" |
|
|
"/pages/mall/goods/index" |
|
|
"/pages/mall/goods/groupon" |
|
|
"/pages/mall/goods/seckill" |
|
|
"/pages/mall/goods/list" |
|
|
"/pages/mall/goods/comment/add" |
|
|
"/pages/mall/goods/comment/list" |
|
|
"/pages/mall/order/detail" |
|
|
"/pages/mall/order/confirm" |
|
|
"/pages/mall/order/list" |
|
|
"/pages/mall/order/aftersale/apply" |
|
|
"/pages/mall/order/aftersale/return-delivery" |
|
|
"/pages/mall/order/aftersale/list" |
|
|
"/pages/mall/order/aftersale/detail" |
|
|
"/pages/mall/order/aftersale/log" |
|
|
"/pages/mall/order/express/log" |
|
|
"/pages/mall/user/info" |
|
|
"/pages/mall/user/goods-collect" |
|
|
"/pages/mall/user/goods-log" |
|
|
"/pages/mall/user/address/list" |
|
|
"/pages/mall/user/address/edit" |
|
|
"/pages/mall/user/goods_details_store/index" |
|
|
"/pages/mall/user/wallet/money" |
|
|
"/pages/mall/user/wallet/score" |
|
|
"/pages/mall/commission/index" |
|
|
"/pages/mall/commission/wallet" |
|
|
"/pages/mall/commission/goods" |
|
|
"/pages/mall/commission/order" |
|
|
"/pages/mall/commission/team" |
|
|
"/pages/mall/commission/promoter" |
|
|
"/pages/mall/commission/commission-ranking" |
|
|
"/pages/mall/commission/withdraw" |
|
|
"/pages/mall/app/sign" |
|
|
"/pages/mall/public/setting" |
|
|
"/pages/mall/public/richtext" |
|
|
"/pages/mall/public/faq" |
|
|
"/pages/mall/public/error" |
|
|
"/pages/mall/public/webview" |
|
|
"/pages/mall/coupon/list" |
|
|
"/pages/mall/coupon/detail" |
|
|
"/pages/mall/chat/index" |
|
|
"/pages/mall/pay/index" |
|
|
"/pages/mall/pay/result" |
|
|
"/pages/mall/pay/recharge" |
|
|
"/pages/mall/pay/recharge-log" |
|
|
"/pages/mall/activity/groupon/detail" |
|
|
"/pages/mall/activity/groupon/order" |
|
|
"/pages/mall/activity/index" |
|
|
"/pages/mall/activity/groupon/list" |
|
|
"/pages/mall/activity/seckill/list";
|
|
}
|
|
interface RedirectToOptions extends NavigateToOptions {}
|
|
|
|
interface SwitchTabOptions {
|
|
url: "/pages/index/index" | "/pages/space/index" | "/pages/push/index" | "/pages/message/index" | "/pages/my/index"
|
|
}
|
|
|
|
type ReLaunchOptions = NavigateToOptions | SwitchTabOptions;
|
|
|
|
declare interface Uni {
|
|
navigateTo(options: UniNamespace.NavigateToOptions & NavigateToOptions): void;
|
|
redirectTo(options: UniNamespace.RedirectToOptions & RedirectToOptions): void;
|
|
switchTab(options: UniNamespace.SwitchTabOptions & SwitchTabOptions): void;
|
|
reLaunch(options: UniNamespace.ReLaunchOptions & ReLaunchOptions): void;
|
|
}
|