|
|
@@ -1,50 +1,46 @@
|
|
|
/* eslint-disable */
|
|
|
/* prettier-ignore */
|
|
|
// @ts-nocheck
|
|
|
-// Generated by vite-plugin-uni-pages
|
|
|
-
|
|
|
-type _LocationUrl =
|
|
|
- "/pages/index/index" |
|
|
|
- "/pages/cart/index" |
|
|
|
- "/pages/classfiy/index" |
|
|
|
- "/pages/login/index" |
|
|
|
- "/pages/my/index" |
|
|
|
- "/subPack-xsb/commonTab/index" |
|
|
|
- "/subPack-xsb/confirmOrder/index" |
|
|
|
- "/subPack-xsb/goods/index" |
|
|
|
- "/subPack-xsb/order/index" |
|
|
|
- "/subPack-xsb/orderDetaile/index" |
|
|
|
- "/subPack-xsb/search/index" |
|
|
|
- "/subPack-xsb/selectAddress/index" |
|
|
|
- "/subPack-common/addressList/index" |
|
|
|
- "/subPack-common/afterSales/index" |
|
|
|
- "/subPack-common/afterSalesDetail/index" |
|
|
|
- "/subPack-common/afterSalesList/index" |
|
|
|
- "/subPack-common/editAddress/index" |
|
|
|
- "/subPack-common/integral/index" |
|
|
|
- "/subPack-common/nickName/index" |
|
|
|
- "/subPack-common/payError/index" |
|
|
|
- "/subPack-common/paySuccess/index" |
|
|
|
- "/subPack-common/revalue/index" |
|
|
|
- "/subPack-common/revalueSuccess/index" |
|
|
|
- "/subPack-common/user-center/index" |
|
|
|
- "/subPack-smqjh/order/index" |
|
|
|
- "/subPack-charge/chargeDetail/chargeDetail" |
|
|
|
- "/subPack-charge/chargeing/chargeing" |
|
|
|
- "/subPack-charge/chargeMap/chargeMap" |
|
|
|
- "/subPack-charge/chargeOrderDetail/chargeOrderDetail" |
|
|
|
- "/subPack-charge/chargeSearchList/chargeSearchList" |
|
|
|
- "/subPack-charge/chargeSiteDetail/chargeSiteDetail" |
|
|
|
- "/subPack-charge/chargeStart/chargeStart" |
|
|
|
- "/subPack-charge/index/index";
|
|
|
+// Generated by @uni-ku/pages-json
|
|
|
|
|
|
interface NavigateToOptions {
|
|
|
- url: _LocationUrl;
|
|
|
+ url: "/pages/login/index" |
|
|
|
+ "/subPack-xsb/commonTab/index" |
|
|
|
+ "/subPack-xsb/confirmOrder/index" |
|
|
|
+ "/subPack-xsb/goods/index" |
|
|
|
+ "/subPack-xsb/order/index" |
|
|
|
+ "/subPack-xsb/orderDetaile/index" |
|
|
|
+ "/subPack-xsb/search/index" |
|
|
|
+ "/subPack-xsb/selectAddress/index" |
|
|
|
+ "/subPack-common/addressList/index" |
|
|
|
+ "/subPack-common/afterSales/index" |
|
|
|
+ "/subPack-common/afterSalesDetail/index" |
|
|
|
+ "/subPack-common/afterSalesList/index" |
|
|
|
+ "/subPack-common/editAddress/index" |
|
|
|
+ "/subPack-common/integral/index" |
|
|
|
+ "/subPack-common/nickName/index" |
|
|
|
+ "/subPack-common/payError/index" |
|
|
|
+ "/subPack-common/paySuccess/index" |
|
|
|
+ "/subPack-common/revalue/index" |
|
|
|
+ "/subPack-common/revalueSuccess/index" |
|
|
|
+ "/subPack-common/user-center/index" |
|
|
|
+ "/subPack-smqjh/order/index" |
|
|
|
+ "/subPack-charge/chargeDetail/chargeDetail" |
|
|
|
+ "/subPack-charge/chargeing/chargeing" |
|
|
|
+ "/subPack-charge/chargeMap/chargeMap" |
|
|
|
+ "/subPack-charge/chargeOrderDetail/chargeOrderDetail" |
|
|
|
+ "/subPack-charge/chargeSearchList/chargeSearchList" |
|
|
|
+ "/subPack-charge/chargeSiteDetail/chargeSiteDetail" |
|
|
|
+ "/subPack-charge/chargeStart/chargeStart" |
|
|
|
+ "/subPack-charge/index/index";
|
|
|
}
|
|
|
interface RedirectToOptions extends NavigateToOptions {}
|
|
|
|
|
|
interface SwitchTabOptions {
|
|
|
- url: "/pages/index/index" | "/pages/classfiy/index" | "/pages/cart/index" | "/pages/my/index"
|
|
|
+ url: "/pages/index/index" |
|
|
|
+ "/pages/classfiy/index" |
|
|
|
+ "/pages/cart/index" |
|
|
|
+ "/pages/my/index";
|
|
|
}
|
|
|
|
|
|
type ReLaunchOptions = NavigateToOptions | SwitchTabOptions;
|
|
|
@@ -55,7 +51,3 @@ declare interface Uni {
|
|
|
switchTab(options: UniNamespace.SwitchTabOptions & SwitchTabOptions): void;
|
|
|
reLaunch(options: UniNamespace.ReLaunchOptions & ReLaunchOptions): void;
|
|
|
}
|
|
|
-
|
|
|
-declare module "virtual:uni-pages" {
|
|
|
- export type LocationUrl = _LocationUrl;
|
|
|
-}
|