2025-04-29 08:37:17 +00:00
|
|
|
/* eslint-disable */
|
|
|
|
/* prettier-ignore */
|
|
|
|
// @ts-nocheck
|
|
|
|
// Generated by vite-plugin-uni-pages
|
|
|
|
|
|
|
|
interface NavigateToOptions {
|
2025-05-09 01:42:19 +00:00
|
|
|
url: "/pages/login/login" |
|
2025-04-29 08:37:17 +00:00
|
|
|
"/pages/annotation/annotationDetail" |
|
|
|
|
"/pages/annotation/annotationList" |
|
2025-05-09 01:42:19 +00:00
|
|
|
"/pages/index/index" |
|
2025-04-29 08:37:17 +00:00
|
|
|
"/pages/message/message" |
|
|
|
|
"/pages/more/more" |
|
2025-05-16 07:04:50 +00:00
|
|
|
"/pages/onlinePreview/detail" |
|
2025-05-13 09:17:47 +00:00
|
|
|
"/pages/onlinePreview/onlinePreview" |
|
|
|
|
"/pages/onlinePreview/onlinePreviewH5" |
|
2025-05-27 03:35:28 +00:00
|
|
|
"/pages/operation/index" |
|
|
|
|
"/pages/production/index" |
|
2025-06-09 00:23:21 +00:00
|
|
|
"/pages/sljd/index" |
|
2025-04-29 08:37:17 +00:00
|
|
|
"/pages/user/people" |
|
|
|
|
"/pages/workHome/index" |
|
2025-05-27 03:35:28 +00:00
|
|
|
"/pages/production/ribaoshuju/rbsjLsxq" |
|
|
|
|
"/pages/production/ribaoshuju/trqRbsj" |
|
|
|
|
"/pages/production/ribaoshuju/yyRbsj" |
|
|
|
|
"/pages/production/shishishuju/aqbjSssj" |
|
|
|
|
"/pages/production/shishishuju/gycsSssj" |
|
|
|
|
"/pages/production/shishishuju/index" |
|
|
|
|
"/pages/production/shishishuju/nyxhSssj" |
|
|
|
|
"/pages/production/shishishuju/trqSssj" |
|
|
|
|
"/pages/production/shishishuju/ysjSssj" |
|
2025-04-29 08:37:17 +00:00
|
|
|
"/pages-home/home/home" |
|
|
|
|
"/pages-message/chat/chat" |
|
|
|
|
"/pages-message/contacts/contacts" |
|
|
|
|
"/pages-message/personPage/personPage" |
|
|
|
|
"/pages-message/tenant/tenant" |
|
|
|
|
"/pages-user/userEdit/userEdit" |
|
|
|
|
"/pages-work/dragPage/index" |
|
|
|
|
"/pages-work/onlinePage/onlineAdd" |
|
|
|
|
"/pages-work/onlinePage/onlineDetail" |
|
|
|
|
"/pages-work/onlinePage/onlineEdit" |
|
|
|
|
"/pages-sub/online/online" |
|
|
|
|
"/pages-sub/online/onlineCard" |
|
2025-05-19 01:52:19 +00:00
|
|
|
"/pages-sub/online/onlineTable" |
|
|
|
|
"/pages-operate/file/detail" |
|
|
|
|
"/pages-operate/file/index" |
|
|
|
|
"/pages-operate/sc/index" |
|
2025-05-19 07:23:48 +00:00
|
|
|
"/pages-humanResource/absence/add" |
|
2025-05-20 10:45:08 +00:00
|
|
|
"/pages-humanResource/absence/detail" |
|
2025-05-19 01:52:19 +00:00
|
|
|
"/pages-humanResource/absence/index" |
|
2025-05-22 07:30:36 +00:00
|
|
|
"/pages-humanResource/personnel/ageStatistics" |
|
|
|
|
"/pages-humanResource/personnel/detail" |
|
|
|
|
"/pages-humanResource/personnel/generalFieldStatistics" |
|
|
|
|
"/pages-humanResource/personnel/index" |
|
|
|
|
"/pages-humanResource/personnel/standingbook" |
|
2025-05-19 07:23:48 +00:00
|
|
|
"/pages-integrated/duty/index" |
|
|
|
|
"/pages-politics/health/add" |
|
|
|
|
"/pages-process/approvalTabbar" |
|
2025-05-27 09:03:21 +00:00
|
|
|
"/pages-process/myApplyProcess" |
|
2025-05-23 01:48:28 +00:00
|
|
|
"/pages-process/taskHandle" |
|
2025-06-09 08:04:21 +00:00
|
|
|
"/pages-bpm/carRental/index" |
|
2025-06-15 02:44:00 +00:00
|
|
|
"/pages-bpm/document/index" |
|
2025-06-19 09:38:54 +00:00
|
|
|
"/pages-bpm/khss/index" |
|
2025-06-13 08:27:09 +00:00
|
|
|
"/pages-bpm/leaveApplication/index" |
|
2025-06-12 04:34:30 +00:00
|
|
|
"/pages-bpm/unconventional/index" |
|
2025-06-15 02:44:00 +00:00
|
|
|
"/pages-bpm/unconventional/stamp" |
|
|
|
|
"/pages-bpm/zbkh/index";
|
|
|
|
}
|
2025-04-29 08:37:17 +00:00
|
|
|
interface RedirectToOptions extends NavigateToOptions {}
|
|
|
|
|
|
|
|
interface SwitchTabOptions {
|
2025-05-27 03:35:28 +00:00
|
|
|
url: "/pages/index/index" | "/pages/production/index" | "/pages/operation/index" | "/pages/user/people"
|
2025-04-29 08:37:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
}
|