Files
web-Iot/tsc_baseline.txt

654 lines
185 KiB
Plaintext
Raw Permalink Normal View History

2026-08-14 09:02:52 +08:00
<EFBFBD><EFBFBD>src/api/aiAnalysis.ts(1,21): error TS2307: Cannot find module '../request' or its corresponding type declarations.
src/components/alerts/AlarmHistory.tsx(14,30): error TS2307: Cannot find module '@/constants.js' or its corresponding type declarations.
src/components/alerts/AlarmHistory.tsx(77,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/alerts/AlarmHistory.tsx(78,22): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/alerts/AlarmHistory.tsx(79,18): error TS2339: Property 'total' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/alerts/AlarmHistory.tsx(93,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/alerts/AlarmHistory.tsx(185,5): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/alerts/AlarmHistory.tsx(199,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmHistory.tsx(200,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmHistory.tsx(201,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmHistory.tsx(202,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmHistory.tsx(208,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmHistory.tsx(209,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmHistory.tsx(210,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmHistory.tsx(211,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmHistory.tsx(212,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmHistory.tsx(218,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmHistory.tsx(219,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmHistory.tsx(309,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/alerts/AlarmOverview.tsx(26,30): error TS2307: Cannot find module '@/api/workOrder.js' or its corresponding type declarations.
src/components/alerts/AlarmOverview.tsx(153,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/alerts/AlarmOverview.tsx(154,22): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/alerts/AlarmOverview.tsx(155,18): error TS2339: Property 'total' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/alerts/AlarmOverview.tsx(175,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/alerts/AlarmOverview.tsx(176,29): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/alerts/AlarmOverview.tsx(188,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/alerts/AlarmOverview.tsx(198,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/alerts/AlarmOverview.tsx(198,30): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/alerts/AlarmOverview.tsx(237,27): error TS2322: Type 'AxiosResponse<any, any, {}>' is not assignable to type 'BlobPart'.
src/components/alerts/AlarmOverview.tsx(388,15): error TS2339: Property 'ERROR' does not exist on type 'unknown'.
src/components/alerts/AlarmOverview.tsx(389,17): error TS2339: Property 'WARNING' does not exist on type 'unknown'.
src/components/alerts/AlarmOverview.tsx(390,14): error TS2339: Property 'INFO' does not exist on type 'unknown'.
src/components/alerts/AlarmOverview.tsx(423,16): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/alerts/AlarmOverview.tsx(434,20): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/alerts/AlarmOverview.tsx(620,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/alerts/AlarmOverview.tsx(661,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/alerts/AlarmOverview.tsx(750,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/alerts/AlarmOverview.tsx(777,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/alerts/AlarmOverview.tsx(778,8): error TS2741: Property 'className' is missing in type '{ data: { date: string; ERROR: any; WARNING: any; INFO: any; }[]; xKey: string; height: number; smooth: true; dot: true; backgroundColor: string; series: { key: string; name: string; color: string; strokeWidth: number; }[]; }' but required in type '{ data: any; xKey: any; series: any; width?: string; height?: number; showGrid?: boolean; showLegend?: boolean; showTooltip?: boolean; backgroundColor?: string; smooth?: boolean; dot?: boolean; className: any; }'.
src/components/alerts/AlarmOverview.tsx(810,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/alerts/AlarmOverview.tsx(811,8): error TS2739: Type '{ data: { name: string; value: any; color: string; }[]; height: number; innerRadius: number; outerRadius: number; backgroundColor: string; }' is missing the following properties from type '{ data: any; width?: string; height?: number; showLegend?: boolean; showTooltip?: boolean; backgroundColor?: string; innerRadius?: number; outerRadius?: number; paddingAngle?: number; showLabel?: boolean; className: any; style: any; }': className, style
src/components/alerts/AlarmOverview.tsx(821,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/alerts/AlarmOverview.tsx(838,8): error TS2322: Type 'number[]' is not assignable to type 'number'.
src/components/alerts/AlarmOverview.tsx(902,10): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/alerts/AlarmOverview.tsx(909,10): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/alerts/AlarmOverview.tsx(926,10): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/alerts/AlarmOverview.tsx(929,12): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmOverview.tsx(931,12): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmOverview.tsx(1002,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmOverview.tsx(1003,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmOverview.tsx(1004,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmOverview.tsx(1005,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmOverview.tsx(1006,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmRealtime.tsx(8,18): error TS2307: Cannot find module '../i18n' or its corresponding type declarations.
src/components/alerts/AlarmRules.tsx(11,18): error TS2307: Cannot find module '../i18n' or its corresponding type declarations.
src/components/alerts/AlarmRules.tsx(162,34): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/alerts/AlarmRules.tsx(182,10): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/alerts/AlarmRules.tsx(189,9): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/alerts/AlarmRules.tsx(190,9): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/alerts/AlarmRules.tsx(191,9): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/alerts/AlarmRules.tsx(201,9): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/alerts/AlarmRules.tsx(202,9): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/alerts/AlarmRules.tsx(203,9): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/alerts/AlarmStatistics.tsx(32,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/alerts/AlarmStatistics.tsx(102,5): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/alerts/AlarmStatistics.tsx(156,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/alerts/AlarmStatistics.tsx(162,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/alerts/AlarmSubscription.tsx(8,18): error TS2307: Cannot find module '../i18n' or its corresponding type declarations.
src/components/alerts/AlarmSubscription.tsx(149,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmSubscription.tsx(150,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmSubscription.tsx(151,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmSubscription.tsx(152,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmSubscription.tsx(158,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmSubscription.tsx(159,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmSubscription.tsx(160,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmSubscription.tsx(161,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmSubscription.tsx(167,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmSubscription.tsx(168,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/alerts/AlarmSubscription.tsx(169,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/devices/DeviceControl.tsx(13,252): error TS2307: Cannot find module '@/api/api' or its corresponding type declarations.
src/components/devices/DeviceControl.tsx(16,23): error TS2307: Cannot find module './Map' or its corresponding type declarations.
src/components/devices/DeviceControl.tsx(17,45): error TS2307: Cannot find module '../const' or its corresponding type declarations.
src/components/devices/DeviceControl.tsx(18,33): error TS2307: Cannot find module './useWebRTCStream' or its corresponding type declarations.
src/components/devices/DeviceControl.tsx(19,25): error TS2307: Cannot find module './VideoPlayer.tsx' or its corresponding type declarations.
src/components/devices/DeviceControl.tsx(20,37): error TS2307: Cannot find module '@/api/websocket/WebSocketManager.ts' or its corresponding type declarations.
src/components/devices/DeviceControl.tsx(22,29): error TS2307: Cannot find module './VolcRtcPlayer.jsx' or its corresponding type declarations.
src/components/devices/DeviceControl.tsx(1106,16): error TS2339: Property 'path' does not exist on type '{}'.
src/components/devices/DeviceControl.tsx(1107,18): error TS2339: Property 'path' does not exist on type '{}'.
src/components/devices/DeviceControl.tsx(1108,18): error TS2339: Property 'outer' does not exist on type '{}'.
src/components/devices/DeviceControl.tsx(1109,19): error TS2339: Property 'outer' does not exist on type '{}'.
src/components/devices/DeviceControl.tsx(1607,10): error TS2741: Property 'hasControlRight' is missing in type '{ onGamepadUpdate: (data: any) => void; handleControlModal: (data: any) => void; isControlled: any; isConnecting: any; }' but required in type '{ onGamepadUpdate: any; handleControlModal: any; isControlled: any; isConnecting: any; hasControlRight: any; }'.
src/components/devices/DeviceOverviewPage.tsx(31,150): error TS2307: Cannot find module '@/api/device.ts' or its corresponding type declarations.
src/components/devices/DeviceOverviewPage.tsx(33,25): error TS2307: Cannot find module '@/hooks/useMqtt' or its corresponding type declarations.
src/components/devices/DeviceOverviewPage.tsx(35,27): error TS2307: Cannot find module '@/store' or its corresponding type declarations.
src/components/devices/DeviceOverviewPage.tsx(37,19): error TS2307: Cannot find module '@/lib/utils.ts' or its corresponding type declarations.
src/components/devices/DeviceOverviewPage.tsx(585,9): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/DeviceOverviewPage.tsx(627,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/DeviceOverviewPage.tsx(645,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/DeviceOverviewPage.tsx(719,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/DeviceOverviewPage.tsx(724,158): error TS2367: This comparison appears to be unintentional because the types 'TFunction<"translation", undefined>' and 'string' have no overlap.
src/components/devices/DeviceOverviewPage.tsx(735,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/DeviceOverviewPage.tsx(947,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/DeviceOverviewPage.tsx(978,9): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/DeviceOverviewPage.tsx(998,9): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/DeviceOverviewPage.tsx(1061,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/DeviceParamModal.tsx(14,27): error TS2307: Cannot find module '@/store' or its corresponding type declarations.
src/components/devices/DeviceParamModal.tsx(15,68): error TS2307: Cannot find module '@/api/stationManage/index' or its corresponding type declarations.
src/components/devices/DeviceParamModal.tsx(16,19): error TS2307: Cannot find module '@/lib/utils' or its corresponding type declarations.
src/components/devices/DeviceParamModal.tsx(262,14): error TS2739: Type '{ disabled: boolean; min: number; max: number; step: number; }' is missing the following properties from type '{ value: any; onChange: any; disabled: any; min?: number; max?: number; step?: number; }': value, onChange
src/components/devices/DeviceStatusPage.tsx(56,30): error TS1261: Already included file name 'D:/code/ȓ<>T<EFBFBD>j\m<>p<EFBFBD>j<EFBFBD><6A>DGnT<6E><04><><EFBFBD>?src/components/devices/DeviceController.js' differs from file name 'D:/code/ȓ<>T<EFBFBD>j\m<>p<EFBFBD>j<EFBFBD><6A>DGnT<6E><04><><EFBFBD>?src/components/devices/deviceController.js' only in casing.
The file is in the program because:
Imported via './DeviceController' from file 'D:/code/ȓ<>T<EFBFBD>j\m<>p<EFBFBD>j<EFBFBD><6A>DGnT<6E><04><><EFBFBD>?src/components/devices/DeviceStatusPage.tsx'
Imported via './DeviceController' from file 'D:/code/ȓ<>T<EFBFBD>j\m<>p<EFBFBD>j<EFBFBD><6A>DGnT<6E><04><><EFBFBD>?src/components/devices/RobotTaskPage.tsx'
Matched by default include pattern '**/*'
src/components/devices/DeviceStatusPage.tsx(60,25): error TS2307: Cannot find module '@/hooks/useMqtt' or its corresponding type declarations.
src/components/devices/DeviceStatusPage.tsx(62,31): error TS2307: Cannot find module '@/lib/utils.ts' or its corresponding type declarations.
src/components/devices/DeviceStatusPage.tsx(154,31): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/DeviceStatusPage.tsx(154,57): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/DeviceStatusPage.tsx(157,30): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/DeviceStatusPage.tsx(157,56): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/DeviceStatusPage.tsx(502,14): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/DeviceStatusPage.tsx(526,15): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/DeviceStatusPage.tsx(539,21): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/DeviceStatusPage.tsx(803,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/DeviceStatusPage.tsx(811,26): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/DeviceStatusPage.tsx(960,9): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/DeviceStatusPage.tsx(985,9): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/DeviceStatusPage.tsx(1038,9): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/DeviceStatusPage.tsx(1067,9): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/DeviceStatusPage.tsx(1271,9): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/DeviceStatusPage.tsx(1321,9): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/DroneVideoPlayer.tsx(80,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/DroneVideoPlayer.tsx(81,33): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/DroneVideoPlayer.tsx(115,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/DroneVideoPlayer.tsx(116,33): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/DroneVideoPlayer.tsx(317,8): error TS2322: Type '{ key: any; url: any; }' is not assignable to type '{ url?: string; }'.
Property 'key' does not exist on type '{ url?: string; }'.
src/components/devices/RobotTaskPage.tsx(49,30): error TS1149: File name 'D:/code/ȓ<>T<EFBFBD>j\m<>p<EFBFBD>j<EFBFBD><6A>DGnT<6E><04><><EFBFBD>?src/components/devices/mowerAllView.jsx' differs from already included file name 'D:/code/ȓ<>T<EFBFBD>j\m<>p<EFBFBD>j<EFBFBD><6A>DGnT<6E><04><><EFBFBD>?src/components/devices/MowerAllView.jsx' only in casing.
The file is in the program because:
Imported via './MowerAllView' from file 'D:/code/ȓ<>T<EFBFBD>j\m<>p<EFBFBD>j<EFBFBD><6A>DGnT<6E><04><><EFBFBD>?src/components/devices/DeviceStatusPage.tsx'
Imported via './mowerAllView.jsx' from file 'D:/code/ȓ<>T<EFBFBD>j\m<>p<EFBFBD>j<EFBFBD><6A>DGnT<6E><04><><EFBFBD>?src/components/devices/RobotTaskPage.tsx'
src/components/devices/RobotTaskPage.tsx(166,13): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/RobotTaskPage.tsx(197,14): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/RobotTaskPage.tsx(201,31): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/RobotTaskPage.tsx(340,31): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/RobotTaskPage.tsx(340,57): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/RobotTaskPage.tsx(365,12): error TS2339: Property 'startTime' does not exist on type '{ siteId: string; pageNum: number; pageSize: number; }'.
src/components/devices/RobotTaskPage.tsx(366,12): error TS2339: Property 'endTime' does not exist on type '{ siteId: string; pageNum: number; pageSize: number; }'.
src/components/devices/RobotTaskPage.tsx(371,12): error TS2339: Property 'deviceId' does not exist on type '{ siteId: string; pageNum: number; pageSize: number; }'.
src/components/devices/RobotTaskPage.tsx(376,12): error TS2339: Property 'taskStaus' does not exist on type '{ siteId: string; pageNum: number; pageSize: number; }'.
src/components/devices/RobotTaskPage.tsx(381,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/RobotTaskPage.tsx(398,14): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/RobotTaskPage.tsx(474,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/RobotTaskPage.tsx(485,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/RobotTaskPage.tsx(489,29): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/RobotTaskPage.tsx(519,13): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/RobotTaskPage.tsx(561,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/RobotTaskPage.tsx(575,29): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/RobotTaskPage.tsx(601,12): error TS2339: Property 'taskStaus' does not exist on type '{ userId: any; siteId: any; orgId: any; pageNum: number; pageSize: number; }'.
src/components/devices/RobotTaskPage.tsx(604,12): error TS2339: Property 'deviceId' does not exist on type '{ userId: any; siteId: any; orgId: any; pageNum: number; pageSize: number; }'.
src/components/devices/RobotTaskPage.tsx(607,12): error TS2339: Property 'planId' does not exist on type '{ userId: any; siteId: any; orgId: any; pageNum: number; pageSize: number; }'.
src/components/devices/RobotTaskPage.tsx(611,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/RobotTaskPage.tsx(612,22): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/RobotTaskPage.tsx(636,12): error TS2339: Property 'taskStaus' does not exist on type '{ siteId: any; orgId: any; pageNum: number; pageSize: number; }'.
src/components/devices/RobotTaskPage.tsx(639,12): error TS2339: Property 'deviceId' does not exist on type '{ siteId: any; orgId: any; pageNum: number; pageSize: number; }'.
src/components/devices/RobotTaskPage.tsx(642,12): error TS2339: Property 'startTime' does not exist on type '{ siteId: any; orgId: any; pageNum: number; pageSize: number; }'.
src/components/devices/RobotTaskPage.tsx(643,12): error TS2339: Property 'endTime' does not exist on type '{ siteId: any; orgId: any; pageNum: number; pageSize: number; }'.
src/components/devices/RobotTaskPage.tsx(647,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/RobotTaskPage.tsx(648,28): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/RobotTaskPage.tsx(665,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/RobotTaskPage.tsx(695,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/RobotTaskPage.tsx(700,29): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/RobotTaskPage.tsx(717,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/RobotTaskPage.tsx(722,29): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/RobotTaskPage.tsx(1045,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/RobotTaskPage.tsx(1113,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/RobotTaskPage.tsx(1237,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/RobotTaskPage.tsx(1469,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/RobotTaskPage.tsx(1492,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/RobotTaskPage.tsx(1534,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/RobotTaskPage.tsx(1677,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/RobotTaskPage.tsx(1688,12): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/RobotTaskPage.tsx(1699,12): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/RobotTaskPage.tsx(1712,12): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/RobotTaskPage.tsx(1768,10): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/devices/RobotTaskPage.tsx(1898,5): error TS2353: Object literal may only specify known properties, and 'startDate' does not exist in type '{ type: any; }'.
src/components/devices/RobotTaskPage.tsx(1904,5): error TS2353: Object literal may only specify known properties, and 'days' does not exist in type '{ type: any; }'.
src/components/devices/RobotTaskPage.tsx(1910,5): error TS2353: Object literal may only specify known properties, and 'dayOfMonth' does not exist in type '{ type: any; }'.
src/components/devices/RobotTaskPage.tsx(1914,38): error TS2339: Property 'dayTime' does not exist on type '{ type: any; }'.
src/components/devices/RobotTaskPage.tsx(1920,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/devices/RobotTaskPage.tsx(1965,9): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/devices/RobotTaskPage.tsx(1988,9): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/devices/RobotTaskPage.tsx(2006,8): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/devices/RobotTaskPage.tsx(2007,8): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/devices/RobotTaskPage.tsx(2008,8): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/devices/WayLinePage.tsx(23,8): error TS2307: Cannot find module '@/api/device' or its corresponding type declarations.
src/components/devices/WayLinePage.tsx(25,19): error TS2307: Cannot find module '@/lib/utils' or its corresponding type declarations.
src/components/devices/WayLinePage.tsx(27,29): error TS2307: Cannot find module '@/api/device' or its corresponding type declarations.
src/components/devices/WayLinePage.tsx(28,30): error TS2307: Cannot find module '@/lib/utils' or its corresponding type declarations.
src/components/devices/WayLinePage.tsx(29,25): error TS2307: Cannot find module '@/hooks/useMqtt' or its corresponding type declarations.
src/components/devices/WayLinePage.tsx(32,27): error TS2307: Cannot find module '@/store' or its corresponding type declarations.
src/components/devices/WayLinePage.tsx(834,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/WayLinePage.tsx(836,63): error TS2339: Property 'bg' does not exist on type '{ title: string; value: any; unit: string; desc: string; trend: any; trendColor: any; icon: any; color: string; } | { title: string; value: any; unit: string; desc: string; icon: any; color: string; trend?: undefined; trendColor?: undefined; } | { ...; } | { ...; }'.
Property 'bg' does not exist on type '{ title: string; value: any; unit: string; desc: string; trend: any; trendColor: any; icon: any; color: string; }'.
src/components/devices/WayLinePage.tsx(858,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/WayLinePage.tsx(915,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/WayLinePage.tsx(983,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/WayLinePage.tsx(1025,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/WayLinePage.tsx(1142,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/WayLinePage.tsx(1227,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/WayLinePage.tsx(1313,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/devices/WayLinePage.tsx(1363,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/Draggable.tsx(23,4): error TS2322: Type '{ children: any; nodeRef: any; defaultPosition: { x: number; y: number; }; handle: string; }' is not assignable to type 'DraggableProps'.
Type '{ children: any; nodeRef: any; defaultPosition: { x: number; y: number; }; handle: string; }' is missing the following properties from type 'DraggableCoreDefaultProps': allowAnyClick, allowMobileScroll, disabled, enableUserSelectHack, and 5 more.
src/components/Layout.tsx(43,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/Layout.tsx(150,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/Layout.tsx(151,37): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/Layout.tsx(279,9): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/ProtectedRoute.tsx(10,59): error TS2339: Property 'user' does not exist on type 'unknown'.
src/components/SystemSetting/AlarmSettingsManagement.tsx(33,63): error TS2307: Cannot find module '@/lib/utils' or its corresponding type declarations.
src/components/SystemSetting/AlarmSettingsManagement.tsx(65,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/AlarmSettingsManagement.tsx(66,17): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/AlarmSettingsManagement.tsx(82,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/AlarmSettingsManagement.tsx(82,32): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/AlarmSettingsManagement.tsx(83,22): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/AlarmSettingsManagement.tsx(99,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/AlarmSettingsManagement.tsx(99,32): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/AlarmSettingsManagement.tsx(100,22): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/AlarmSettingsManagement.tsx(145,14): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/AlarmSettingsManagement.tsx(171,14): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/AlarmSettingsManagement.tsx(197,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/AlarmSettingsManagement.tsx(252,5): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/SystemSetting/BasicSettings.tsx(183,8): error TS2604: JSX element type 'AntdCard' does not have any construct or call signatures.
src/components/SystemSetting/BasicSettings.tsx(206,7): error TS2604: JSX element type 'AntdCard' does not have any construct or call signatures.
src/components/SystemSetting/BasicSettings.tsx(222,13): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/BasicSettings.tsx(229,13): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/BasicSettings.tsx(230,13): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/BasicSettings.tsx(237,13): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/BasicSettings.tsx(244,13): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/BasicSettings.tsx(251,13): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/BasicSettings.tsx(258,13): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/BasicSettings.tsx(287,7): error TS2604: JSX element type 'AntdCard' does not have any construct or call signatures.
src/components/SystemSetting/BasicSettings.tsx(330,7): error TS2604: JSX element type 'AntdCard' does not have any construct or call signatures.
src/components/SystemSetting/BasicSettings.tsx(400,7): error TS2604: JSX element type 'AntdCard' does not have any construct or call signatures.
src/components/SystemSetting/BasicSettings.tsx(430,7): error TS2604: JSX element type 'AntdCard' does not have any construct or call signatures.
src/components/SystemSetting/BasicSettings.tsx(490,7): error TS2604: JSX element type 'AntdCard' does not have any construct or call signatures.
src/components/SystemSetting/BasicSettings.tsx(506,50): error TS2339: Property 'isFull' does not exist on type '{ label: string; value: string; icon: any; color?: undefined; } | { label: string; value: string; icon: any; color: string; }'.
Property 'isFull' does not exist on type '{ label: string; value: string; icon: any; color?: undefined; }'.
src/components/SystemSetting/BasicSettings.tsx(520,7): error TS2604: JSX element type 'AntdCard' does not have any construct or call signatures.
src/components/SystemSetting/CameraManagement.tsx(261,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/SystemSetting/CameraManagement.tsx(284,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/SystemSetting/CameraManagement.tsx(309,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/SystemSetting/CameraManagement.tsx(342,9): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/CameraManagement.tsx(343,9): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/CameraManagement.tsx(344,9): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/CameraManagement.tsx(404,11): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/CameraManagement.tsx(405,11): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/CameraManagement.tsx(406,11): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/CameraManagement.tsx(407,11): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/CameraManagement.tsx(414,11): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/CameraManagement.tsx(415,11): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/CameraManagement.tsx(416,11): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/CameraManagement.tsx(417,11): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/CameraManagement.tsx(424,11): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/CameraManagement.tsx(425,11): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/CameraManagement.tsx(426,11): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/CameraManagement.tsx(427,11): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/DeviceAccessPage.tsx(106,11): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/DeviceAccessPage.tsx(112,11): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/DeviceAccessPage.tsx(117,11): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/DeviceAccessPage.tsx(117,48): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/DeviceAccessPage.tsx(129,11): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/DeviceAccessPage.tsx(130,29): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/DeviceAccessPage.tsx(131,49): error TS2339: Property 'total' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/DeviceAccessPage.tsx(151,11): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/DeviceAccessPage.tsx(152,23): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/DeviceAccessPage.tsx(153,49): error TS2339: Property 'total' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/DeviceAccessPage.tsx(160,11): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/DeviceAccessPage.tsx(164,35): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/DeviceAccessPage.tsx(171,11): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/DeviceAccessPage.tsx(175,35): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/DeviceAccessPage.tsx(329,13): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/DeviceAccessPage.tsx(333,27): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/DeviceAccessPage.tsx(357,13): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/DeviceAccessPage.tsx(361,27): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/DeviceAccessPage.tsx(504,5): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/SystemSetting/DeviceAccessPage.tsx(512,32): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/SystemSetting/DeviceAccessPage.tsx(521,6): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/SystemSetting/DeviceAccessPage.tsx(542,12): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/DeviceAccessPage.tsx(548,11): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/DeviceAccessPage.tsx(549,11): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/DeviceAccessPage.tsx(554,11): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/DeviceAccessPage.tsx(555,11): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/DeviceAccessPage.tsx(618,6): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/SystemSetting/DeviceAccessPage.tsx(627,12): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/DeviceAccessPage.tsx(697,12): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/DeviceAccessPage.tsx(800,12): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/DeviceAccessPage.tsx(801,12): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/DeviceAccessPage.tsx(807,12): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/DeviceAccessPage.tsx(808,12): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/DeviceAccessPage.tsx(851,12): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/DeviceAccessPage.tsx(963,14): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/DeviceAccessPage.tsx(1042,10): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/DeviceAccessPage.tsx(1077,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/DeviceAccessPage.tsx(1091,45): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/DeviceManagement.tsx(8,28): error TS2307: Cannot find module '@/api/organization/index' or its corresponding type declarations.
src/components/SystemSetting/DeviceManagement.tsx(9,32): error TS2307: Cannot find module '@/api/stationManage/index' or its corresponding type declarations.
src/components/SystemSetting/DeviceManagement.tsx(10,25): error TS2307: Cannot find module '@/api/user/index' or its corresponding type declarations.
src/components/SystemSetting/DroneManagement.tsx(27,8): error TS2307: Cannot find module '@/api/device' or its corresponding type declarations.
src/components/SystemSetting/DroneManagement.tsx(28,28): error TS2307: Cannot find module '@/api/organization/index' or its corresponding type declarations.
src/components/SystemSetting/DroneManagement.tsx(29,48): error TS2307: Cannot find module '@/api/stationManage/index' or its corresponding type declarations.
src/components/SystemSetting/DroneManagement.tsx(30,25): error TS2307: Cannot find module '@/api/user/index' or its corresponding type declarations.
src/components/SystemSetting/DroneManagement.tsx(33,19): error TS2307: Cannot find module '@/lib/utils' or its corresponding type declarations.
src/components/SystemSetting/DroneManagement.tsx(337,7): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/DroneManagement.tsx(338,7): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/DroneManagement.tsx(411,10): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/DroneManagement.tsx(435,10): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/DroneManagement.tsx(448,10): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/ErrorManagement.tsx(35,8): error TS2307: Cannot find module '@/api/systemSetting' or its corresponding type declarations.
src/components/SystemSetting/ErrorManagement.tsx(36,19): error TS2307: Cannot find module '@/lib/utils' or its corresponding type declarations.
src/components/SystemSetting/ErrorManagement.tsx(37,75): error TS2307: Cannot find module '@/lib/utils' or its corresponding type declarations.
src/components/SystemSetting/ErrorManagement.tsx(376,10): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/ErrorManagement.tsx(383,10): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/ErrorManagement.tsx(473,12): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/ErrorManagement.tsx(482,12): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/ErrorManagement.tsx(500,12): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/FlvPlayer.tsx(56,7): error TS2353: Object literal may only specify known properties, and 'enableWorker' does not exist in type 'MediaDataSource'.
src/components/SystemSetting/FlvPlayer.tsx(204,17): error TS2304: Cannot find name 't'.
src/components/SystemSetting/LogManagement.tsx(107,5): error TS2604: JSX element type 'AntdCard' does not have any construct or call signatures.
src/components/SystemSetting/LogManagement.tsx(145,5): error TS2604: JSX element type 'AntdCard' does not have any construct or call signatures.
src/components/SystemSetting/MenuList.tsx(57,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/MenuList.tsx(58,22): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/MenuList.tsx(66,17): error TS2339: Property 'total' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/MenuList.tsx(111,14): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/MenuList.tsx(116,28): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/MenuList.tsx(123,14): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/MenuList.tsx(128,28): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/MenuList.tsx(140,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/MenuList.tsx(144,26): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/MenuList.tsx(195,5): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/SystemSetting/MenuList.tsx(227,10): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/MenuList.tsx(229,11): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/OnlineUser.tsx(108,6): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/SystemSetting/OnlineUser.tsx(157,6): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/SystemSetting/Organization.tsx(39,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/Organization.tsx(40,20): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/Organization.tsx(43,17): error TS2339: Property 'total' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/Organization.tsx(43,30): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/Organization.tsx(82,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/Organization.tsx(86,26): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/Organization.tsx(102,14): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/Organization.tsx(107,28): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/Organization.tsx(112,14): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/Organization.tsx(117,28): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/Organization.tsx(223,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/Organization.tsx(224,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/SmartDeviceManagement.tsx(32,8): error TS2307: Cannot find module '@/api/device' or its corresponding type declarations.
src/components/SystemSetting/SmartDeviceManagement.tsx(33,28): error TS2307: Cannot find module '@/api/organization/index' or its corresponding type declarations.
src/components/SystemSetting/SmartDeviceManagement.tsx(34,32): error TS2307: Cannot find module '@/api/stationManage/index' or its corresponding type declarations.
src/components/SystemSetting/SmartDeviceManagement.tsx(35,25): error TS2307: Cannot find module '@/api/user/index' or its corresponding type declarations.
src/components/SystemSetting/SmartDeviceManagement.tsx(38,19): error TS2307: Cannot find module '@/lib/utils' or its corresponding type declarations.
src/components/SystemSetting/SmartDeviceManagement.tsx(459,10): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/SmartDeviceManagement.tsx(483,10): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/SmartDeviceManagement.tsx(496,10): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/SmartDeviceManagement.tsx(525,9): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/SmartDeviceManagement.tsx(526,9): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/SmartDeviceManagement.tsx(561,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/SystemSetting/StationManage.tsx(68,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/StationManage.tsx(69,20): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/StationManage.tsx(82,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/StationManage.tsx(83,24): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/StationManage.tsx(86,17): error TS2339: Property 'total' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/StationManage.tsx(86,30): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/StationManage.tsx(175,13): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/StationManage.tsx(180,27): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/StationManage.tsx(189,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/StationManage.tsx(193,26): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/StationManage.tsx(206,11): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/StationManage.tsx(219,13): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/StationManage.tsx(233,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/StationManage.tsx(282,5): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/SystemSetting/StationManage.tsx(293,10): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/StationManage.tsx(342,12): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/StationManage.tsx(455,18): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/StationManage.tsx(455,50): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/components/SystemSetting/SystemMaintain.tsx(36,5): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/SystemSetting/UserPage.tsx(72,11): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/UserPage.tsx(73,21): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/UserPage.tsx(85,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}> | { code: number; data: any[]; }'.
Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/UserPage.tsx(86,34): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}> | { code: number; data: any[]; }'.
Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/UserPage.tsx(107,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/UserPage.tsx(112,17): error TS2339: Property 'total' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/UserPage.tsx(121,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/UserPage.tsx(122,44): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/UserPage.tsx(141,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/UserPage.tsx(142,21): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/UserPage.tsx(145,17): error TS2339: Property 'total' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/UserPage.tsx(145,30): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/UserPage.tsx(154,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/UserPage.tsx(210,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/UserPage.tsx(213,32): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/UserPage.tsx(227,14): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/UserPage.tsx(231,34): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/UserPage.tsx(266,13): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/UserPage.tsx(271,33): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/UserPage.tsx(335,10): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/UserPage.tsx(343,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/UserPage.tsx(346,32): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/UserPage.tsx(380,13): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/UserPage.tsx(385,27): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/UserPage.tsx(644,11): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/UserPage.tsx(645,11): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/UserPage.tsx(671,14): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/UserPage.tsx(679,13): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/UserPage.tsx(680,13): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/UserPage.tsx(690,12): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/UserPage.tsx(691,12): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/UserPage.tsx(702,11): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/UserPage.tsx(703,11): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/UserPage.tsx(704,11): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/UserPage.tsx(719,12): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/UserPage.tsx(733,13): error TS2604: JSX element type 'Select.Option' does not have any construct or call signatures.
src/components/SystemSetting/VideoManagement.tsx(190,5): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/SystemSetting/VideoManagement.tsx(230,5): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/components/SystemSetting/WorkOrderSettingsManagement.tsx(35,103): error TS2307: Cannot find module '@/lib/utils' or its corresponding type declarations.
src/components/SystemSetting/WorkOrderSettingsManagement.tsx(80,17): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/WorkOrderSettingsManagement.tsx(81,29): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/WorkOrderSettingsManagement.tsx(94,15): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/WorkOrderSettingsManagement.tsx(95,25): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/WorkOrderSettingsManagement.tsx(118,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/WorkOrderSettingsManagement.tsx(136,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/WorkOrderSettingsManagement.tsx(158,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/WorkOrderSettingsManagement.tsx(159,17): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/WorkOrderSettingsManagement.tsx(221,14): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/WorkOrderSettingsManagement.tsx(247,14): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/components/SystemSetting/WorkOrderSettingsManagement.tsx(367,5): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/lib/utils.ts(97,10): error TS2339: Property 'children' does not exist on type '{ title: any; key: any; }'.
src/lib/utils.ts(215,30): error TS2304: Cannot find name 'dayjs'.
src/pages/AIAnalysis.tsx(214,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/AIAnalysis.tsx(247,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/AIAnalysis.tsx(287,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/AIAnalysis.tsx(386,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/AIAnalysis.tsx(396,8): error TS2741: Property 'className' is missing in type '{ data: { date: string; average: number; best: number; worst: number; }[]; xKey: string; height: number; smooth: true; dot: true; showGrid: true; showLegend: true; series: { key: string; name: string; color: string; strokeWidth: number; }[]; }' but required in type '{ data: any; xKey: any; series: any; width?: string; height?: number; showGrid?: boolean; showLegend?: boolean; showTooltip?: boolean; backgroundColor?: string; smooth?: boolean; dot?: boolean; className: any; }'.
src/pages/AIAnalysis.tsx(435,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/AIAnalysis.tsx(444,10): error TS2741: Property 'className' is missing in type '{ data: { time: string; actual: number; predict: number; theory: number; }[]; xKey: string; height: number; smooth: true; dot: false; showGrid: true; showLegend: true; series: { key: string; name: string; color: string; strokeWidth: number; }[]; }' but required in type '{ data: any; xKey: any; series: any; width?: string; height?: number; showGrid?: boolean; showLegend?: boolean; showTooltip?: boolean; backgroundColor?: string; smooth?: boolean; dot?: boolean; className: any; }'.
src/pages/AIAnalysis.tsx(491,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/AIAnalysis.tsx(569,5): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/CleanOptimization.tsx(9,20): error TS2724: '"@ant-design/icons"' has no exported member named 'DropOutlined'. Did you mean 'DropboxOutlined'?
src/pages/CleanOptimization.tsx(10,53): error TS2724: '"@ant-design/icons"' has no exported member named 'WindOutlined'. Did you mean 'WindowsOutlined'?
src/pages/CleanOptimization.tsx(227,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/CleanOptimization.tsx(290,8): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/CleanOptimization.tsx(291,8): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/CleanOptimization.tsx(300,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/CleanOptimization.tsx(308,8): error TS2741: Property 'className' is missing in type '{ data: { date: string; pollution: number; threshold: number; }[]; xKey: string; height: number; dot: true; series: ({ key: string; name: string; color: string; strokeWidth: number; } | { key: string; name: string; color: string; dashed: boolean; strokeWidth: number; })[]; }' but required in type '{ data: any; xKey: any; series: any; width?: string; height?: number; showGrid?: boolean; showLegend?: boolean; showTooltip?: boolean; backgroundColor?: string; smooth?: boolean; dot?: boolean; className: any; }'.
src/pages/CleanOptimization.tsx(331,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/CleanOptimization.tsx(333,9): error TS2739: Type '{ data: { name: string; value: number; color: string; }[]; height: number; innerRadius: number; outerRadius: number; showLabel: false; }' is missing the following properties from type '{ data: any; width?: string; height?: number; showLegend?: boolean; showTooltip?: boolean; backgroundColor?: string; innerRadius?: number; outerRadius?: number; paddingAngle?: number; showLabel?: boolean; className: any; style: any; }': className, style
src/pages/CleanOptimization.tsx(348,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/CleanOptimization.tsx(349,8): error TS2741: Property 'className' is missing in type '{ data: { date: string; before: number; after: number; }[]; xKey: string; height: number; barSize: number; series: { key: string; name: string; color: string; }[]; }' but required in type '{ data: any; xKey: any; series: any; width?: string; height?: number; showGrid?: boolean; showLegend?: boolean; showTooltip?: boolean; backgroundColor?: string; barSize?: number; radius?: number; stack?: boolean; className: any; }'.
src/pages/CleanOptimization.tsx(369,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/CleanOptimization.tsx(398,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/CleanOptimization.tsx(454,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/CleanOptimization.tsx(481,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/CleanOptimization.tsx(500,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/CleanOptimization.tsx(531,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/CleanOptimization.tsx(563,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/Devices.tsx(2,36): error TS2724: '"antd"' has no exported member named 'Sider'. Did you mean 'Slider'?
src/pages/Devices.tsx(64,44): error TS2741: Property 'onRefresh' is missing in type '{}' but required in type '{ onRefresh: any; }'.
src/pages/Downloads.tsx(92,5): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/Downloads.tsx(111,5): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/Downloads.tsx(115,18): error TS2304: Cannot find name 'VIDEOS'.
src/pages/Home.tsx(40,58): error TS2339: Property 'station' does not exist on type 'unknown'.
src/pages/Home.tsx(41,52): error TS2339: Property 'user' does not exist on type 'unknown'.
src/pages/Home.tsx(202,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Home.tsx(202,30): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Home.tsx(205,26): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Home.tsx(220,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Home.tsx(221,23): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Home.tsx(257,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/Home.tsx(285,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/Home.tsx(287,9): error TS2741: Property 'className' is missing in type '{ data: { time: string; actual: number; predict: number; }[]; xKey: string; height: number; smooth: true; dot: true; backgroundColor: string; series: { key: string; name: string; color: string; strokeWidth: number; }[]; }' but required in type '{ data: any; xKey: any; series: any; width?: string; height?: number; showGrid?: boolean; showLegend?: boolean; showTooltip?: boolean; backgroundColor?: string; smooth?: boolean; dot?: boolean; className: any; }'.
src/pages/Home.tsx(300,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/Home.tsx(301,9): error TS2741: Property 'className' is missing in type '{ data: { time: string; irradiance: number; temperature: number; }[]; xKey: string; height: number; smooth: true; dot: true; backgroundColor: string; series: { key: string; name: string; color: string; strokeWidth: number; }[]; }' but required in type '{ data: any; xKey: any; series: any; width?: string; height?: number; showGrid?: boolean; showLegend?: boolean; showTooltip?: boolean; backgroundColor?: string; smooth?: boolean; dot?: boolean; className: any; }'.
src/pages/Home.tsx(314,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/Home.tsx(321,9): error TS2322: Type 'number[]' is not assignable to type 'number'.
src/pages/Home.tsx(325,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/Home.tsx(329,10): error TS2322: Type 'number' is not assignable to type 'string'.
src/pages/Home.tsx(349,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/Home.tsx(384,10): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/Home.tsx(399,10): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/Home.tsx(447,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/Home.tsx(471,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/Home.tsx(496,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/Home.tsx(516,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/Home.tsx(525,11): error TS2322: Type 'string' is not assignable to type 'number'.
src/pages/Profile.tsx(148,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/Profile.tsx(222,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/RealTimeMonitor.tsx(113,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/RealTimeMonitor.tsx(149,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/RealTimeMonitor.tsx(160,12): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/RealTimeMonitor.tsx(195,11): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/RealTimeMonitor.tsx(213,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/RealTimeMonitor.tsx(213,135): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/RealTimeMonitor.tsx(214,9): error TS2741: Property 'className' is missing in type '{ height: number; data: { time: string; value: number; type: string; }[]; xKey: string; smooth: true; dot: true; showLegend: false; backgroundColor: string; series: { key: string; name: string; color: string; strokeWidth: number; }[]; }' but required in type '{ data: any; xKey: any; series: any; width?: string; height?: number; showGrid?: boolean; showLegend?: boolean; showTooltip?: boolean; backgroundColor?: string; smooth?: boolean; dot?: boolean; className: any; }'.
src/pages/RealTimeMonitor.tsx(234,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/RealTimeMonitor.tsx(235,9): error TS2741: Property 'className' is missing in type '{ height: number; data: { name: string; power: number; }[]; xKey: string; barSize: number; showLegend: false; backgroundColor: string; series: { key: string; name: string; color: string; }[]; }' but required in type '{ data: any; xKey: any; series: any; width?: string; height?: number; showGrid?: boolean; showLegend?: boolean; showTooltip?: boolean; backgroundColor?: string; barSize?: number; radius?: number; stack?: boolean; className: any; }'.
src/pages/RealTimeMonitor.tsx(255,10): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/RealTimeMonitor.tsx(255,165): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/RealTimeMonitor.tsx(294,10): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/RealTimeMonitor.tsx(296,12): error TS2739: Type '{ height: number; backgroundColor: string; showLegend: false; showLabel: false; innerRadius: number; outerRadius: number; data: { name: string; value: number; color: string; }[]; }' is missing the following properties from type '{ data: any; width?: string; height?: number; showLegend?: boolean; showTooltip?: boolean; backgroundColor?: string; innerRadius?: number; outerRadius?: number; paddingAngle?: number; showLabel?: boolean; className: any; style: any; }': className, style
src/pages/ReportCenter.tsx(225,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/ReportCenter.tsx(273,8): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/ReportCenter.tsx(274,8): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/ReportCenter.tsx(275,8): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/ReportCenter.tsx(281,8): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/ReportCenter.tsx(282,8): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/ReportCenter.tsx(283,8): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/ReportCenter.tsx(284,8): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/ReportCenter.tsx(285,8): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/ReportCenter.tsx(310,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/ReportCenter.tsx(318,10): error TS2741: Property 'className' is missing in type '{ data: { date: string; generation: number; predicted: number; pr: number; }[]; xKey: string; height: number; series: ({ key: string; name: string; color: string; } | { key: string; name: string; color: string; dashed: boolean; } | { ...; })[]; }' but required in type '{ data: any; xKey: any; series: any; width?: string; height?: number; showGrid?: boolean; showLegend?: boolean; showTooltip?: boolean; backgroundColor?: string; smooth?: boolean; dot?: boolean; className: any; }'.
src/pages/ReportCenter.tsx(367,9): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/ReportCenter.tsx(380,10): error TS2741: Property 'className' is missing in type '{ data: { date: string; generation: number; irradiance: number; temp: number; }[]; xKey: string; height: number; series: { key: string; name: string; color: string; }[]; }' but required in type '{ data: any; xKey: any; series: any; width?: string; height?: number; showGrid?: boolean; showLegend?: boolean; showTooltip?: boolean; backgroundColor?: string; barSize?: number; radius?: number; stack?: boolean; className: any; }'.
src/pages/ReportCenter.tsx(394,9): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/ReportCenter.tsx(407,10): error TS2741: Property 'className' is missing in type '{ data: { date: string; newOrder: number; completed: number; alarmCount: number; closedRate: number; }[]; xKey: string; height: number; series: { key: string; name: string; color: string; }[]; }' but required in type '{ data: any; xKey: any; series: any; width?: string; height?: number; showGrid?: boolean; showLegend?: boolean; showTooltip?: boolean; backgroundColor?: string; barSize?: number; radius?: number; stack?: boolean; className: any; }'.
src/pages/ReportCenter.tsx(422,9): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/ReportCenter.tsx(431,11): error TS2322: Type 'number' is not assignable to type 'string'.
src/pages/ReportCenter.tsx(484,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/ReportCenter.tsx(529,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/ReportCenter.tsx(559,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/ReportCenter.tsx(578,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/Roles.tsx(44,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Roles.tsx(48,17): error TS2339: Property 'total' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Roles.tsx(62,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Roles.tsx(63,22): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Roles.tsx(111,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Roles.tsx(115,26): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Roles.tsx(134,14): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Roles.tsx(139,28): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Roles.tsx(152,14): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Roles.tsx(157,28): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Users.tsx(36,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Users.tsx(49,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Users.tsx(50,21): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Users.tsx(53,17): error TS2339: Property 'total' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Users.tsx(53,30): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Users.tsx(95,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Users.tsx(99,26): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Users.tsx(117,14): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Users.tsx(122,28): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Users.tsx(129,14): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Users.tsx(134,28): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/Users.tsx(185,5): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/Users.tsx(253,11): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/Users.tsx(254,11): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/Users.tsx(266,12): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/Users.tsx(276,11): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/Users.tsx(277,11): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/Users.tsx(289,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/Users.tsx(290,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/Users.tsx(291,9): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/Video.tsx(40,55): error TS2304: Cannot find name 'DEVICES'.
src/pages/Video.tsx(41,24): error TS2304: Cannot find name 'DEVICES'.
src/pages/Video.tsx(133,6): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/Video.tsx(165,6): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/Video.tsx(179,40): error TS2339: Property 'id' does not exist on type 'unknown'.
src/pages/Video.tsx(184,104): error TS2339: Property 'id' does not exist on type 'unknown'.
src/pages/Video.tsx(185,60): error TS2339: Property 'id' does not exist on type 'unknown'.
src/pages/Video.tsx(189,84): error TS2339: Property 'id' does not exist on type 'unknown'.
src/pages/Video.tsx(190,21): error TS2339: Property 'name' does not exist on type 'unknown'.
src/pages/Video.tsx(195,80): error TS2339: Property 'id' does not exist on type 'unknown'.
src/pages/Video.tsx(196,63): error TS2339: Property 'status' does not exist on type 'unknown'.
src/pages/Video.tsx(197,51): error TS2339: Property 'type' does not exist on type 'unknown'.
src/pages/VideoMonitorPage.tsx(160,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/VideoMonitorPage.tsx(197,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/VideoMonitorPage.tsx(226,14): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/VideoMonitorPage.tsx(227,14): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/VideoMonitorPage.tsx(228,14): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/VideoMonitorPage.tsx(266,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/VideoMonitorPage.tsx(300,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/VideoMonitorPage.tsx(306,11): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/VideoMonitorPage.tsx(307,11): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/VideoMonitorPage.tsx(308,11): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/VideoMonitorPage.tsx(328,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/VideoMonitorPage.tsx(330,94): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/VideoMonitorPage.tsx(358,7): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/WorkOrder.tsx(213,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/WorkOrder.tsx(214,21): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/WorkOrder.tsx(236,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/WorkOrder.tsx(241,26): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/WorkOrder.tsx(338,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/WorkOrder.tsx(338,30): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/WorkOrder.tsx(339,22): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/WorkOrder.tsx(362,17): error TS2339: Property 'ERROR' does not exist on type 'unknown'.
src/pages/WorkOrder.tsx(363,19): error TS2339: Property 'WARNING' does not exist on type 'unknown'.
src/pages/WorkOrder.tsx(364,16): error TS2339: Property 'INFO' does not exist on type 'unknown'.
src/pages/WorkOrder.tsx(385,31): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/WorkOrder.tsx(385,57): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/WorkOrder.tsx(388,30): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/WorkOrder.tsx(388,56): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/WorkOrder.tsx(498,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/WorkOrder.tsx(499,26): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/WorkOrder.tsx(500,27): error TS2339: Property 'total' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/WorkOrder.tsx(502,27): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/WorkOrder.tsx(503,13): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/WorkOrder.tsx(504,28): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/WorkOrder.tsx(505,29): error TS2339: Property 'rows' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/WorkOrder.tsx(556,11): error TS2339: Property 'orderType' does not exist on type '{ siteId: any; }'.
src/pages/WorkOrder.tsx(559,11): error TS2339: Property 'priorityLevel' does not exist on type '{ siteId: any; }'.
src/pages/WorkOrder.tsx(563,11): error TS2339: Property 'startTime' does not exist on type '{ siteId: any; }'.
src/pages/WorkOrder.tsx(565,11): error TS2339: Property 'endTime' does not exist on type '{ siteId: any; }'.
src/pages/WorkOrder.tsx(568,11): error TS2339: Property 'orderStatus' does not exist on type '{ siteId: any; }'.
src/pages/WorkOrder.tsx(571,11): error TS2339: Property 'keyword' does not exist on type '{ siteId: any; }'.
src/pages/WorkOrder.tsx(653,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/WorkOrder.tsx(739,12): error TS2339: Property 'code' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/WorkOrder.tsx(745,26): error TS2339: Property 'msg' does not exist on type 'AxiosResponse<any, any, {}>'.
src/pages/WorkOrder.tsx(914,9): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/WorkOrder.tsx(939,6): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/WorkOrder.tsx(974,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/WorkOrder.tsx(1038,10): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/WorkOrder.tsx(1059,10): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/WorkOrder.tsx(1208,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/WorkOrder.tsx(1275,19): error TS2604: JSX element type 'Image' does not have any construct or call signatures.
src/pages/WorkOrder.tsx(1468,8): error TS2604: JSX element type 'Card' does not have any construct or call signatures.
src/pages/WorkOrder.tsx(1503,11): error TS2741: Property 'className' is missing in type '{ data: any; xKey: string; height: number; backgroundColor: string; showLegend: false; showTooltip: true; showGrid: true; smooth: true; dot: true; series: { key: string; name: string; color: string; strokeWidth: number; }[]; }' but required in type '{ data: any; xKey: any; series: any; width?: string; height?: number; showGrid?: boolean; showLegend?: boolean; showTooltip?: boolean; backgroundColor?: string; smooth?: boolean; dot?: boolean; className: any; }'.
src/pages/WorkOrder.tsx(1727,10): error TS2604: JSX element type 'Select.OptGroup' does not have any construct or call signatures.
src/pages/WorkOrder.tsx(1731,13): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/WorkOrder.tsx(1741,10): error TS2604: JSX element type 'Select.OptGroup' does not have any construct or call signatures.
src/pages/WorkOrder.tsx(1745,13): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/WorkOrder.tsx(1781,10): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/WorkOrder.tsx(1781,74): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/WorkOrder.tsx(1781,125): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/pages/WorkOrder.tsx(1781,186): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
src/store/userSlice.ts(2,23): error TS2307: Cannot find module '@/api/login' or its corresponding type declarations.
src/store/userSlice.ts(4,38): error TS2307: Cannot find module '@/lib/utils' or its corresponding type declarations.
src/types/index.ts(128,14): error TS2503: Cannot find namespace 'React'.
tmpp7zw7soq.tsx(35,8): error TS2307: Cannot find module '@/api/systemSetting' or its corresponding type declarations.
tmpp7zw7soq.tsx(36,19): error TS2307: Cannot find module '@/lib/utils' or its corresponding type declarations.
tmpp7zw7soq.tsx(37,75): error TS2307: Cannot find module '@/lib/utils' or its corresponding type declarations.
tmpp7zw7soq.tsx(376,10): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
tmpp7zw7soq.tsx(383,10): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
tmpp7zw7soq.tsx(473,12): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
tmpp7zw7soq.tsx(482,12): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
tmpp7zw7soq.tsx(500,12): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
tmpv4ob8vxm.tsx(35,8): error TS2307: Cannot find module '@/api/systemSetting' or its corresponding type declarations.
tmpv4ob8vxm.tsx(36,19): error TS2307: Cannot find module '@/lib/utils' or its corresponding type declarations.
tmpv4ob8vxm.tsx(37,75): error TS2307: Cannot find module '@/lib/utils' or its corresponding type declarations.
tmpv4ob8vxm.tsx(382,10): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
tmpv4ob8vxm.tsx(389,10): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
tmpv4ob8vxm.tsx(479,12): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
tmpv4ob8vxm.tsx(488,12): error TS2604: JSX element type 'Option' does not have any construct or call signatures.
tmpv4ob8vxm.tsx(506,12): error TS2604: JSX element type 'Option' does not have any construct or call signatures.