diff --git a/src/service/apiurl.js b/src/service/apiurl.js
index 20f6d49..03f4e0d 100644
--- a/src/service/apiurl.js
+++ b/src/service/apiurl.js
@@ -31,6 +31,12 @@ const apiurl = {
edit: service_ykz +'/warnRule/update',
delete:service_ykz +'/warnRule/del'
}
+ },
+ jcsj: {
+ realData: service_ykz + '/stPptnRReal/data',
+ historyList: service_ykz + '/stPptnRReal/his/data',
+ historyPage:service_ykz + '/stPptnRReal/page/data',
+ export:service_ykz + '/stPptnRReal/export'
}
},
sbwh: {
@@ -100,6 +106,10 @@ const apiurl = {
czrz: {
page: service_ykz + '/gatePoreOpLog/page',
export:service_ykz + '/gatePoreOpLog/export'
+ },
+ sbgzjl: {
+ page: service_ykz + '/deviceFailureRecord/page',
+ export:service_ykz + '/deviceFailureRecord/export'
}
},
systemM: {
diff --git a/src/views/AppRouters.tsx b/src/views/AppRouters.tsx
index d8f55ba..867098f 100644
--- a/src/views/AppRouters.tsx
+++ b/src/views/AppRouters.tsx
@@ -15,6 +15,7 @@ import BasicSituation from "./Gcyx/InformationSearch/BasicSituation";
import RunSituation from "./Gcyx/InformationSearch/RunSituation";
import StaticTable from "./Gcyx/InformationSearch/StaticTable";
import OperateLog from "./Gcyx/InformationSearch/OperateLog";
+import Sbgzjl from "./Gcyx/WatchWarn/Sbgzjl";
import Jcsj from './WatchData/Jcsj';
import PoliceRecord from './WatchData/PoliceMangant/PoliceRecord'
import PoliceRuleConfig from './WatchData/PoliceMangant/PoliceRuleConfig'
@@ -59,6 +60,7 @@ const AppRouters: React.FC = () => {
{ path: 'gcyx/xxcx/yxqk', element: