|
@@ -2026,7 +2026,7 @@ app.factory('api_notification_data', ['notificationApi', function (notificationA
|
2026
|
2026
|
// 事件报表-seimin
|
2027
|
2027
|
app.factory('eventFormApi', function (Restangular) {
|
2028
|
2028
|
return Restangular.withConfig(function (RestangularConfigurer) {
|
2029
|
|
- RestangularConfigurer.setBaseUrl(serverIp + '/report');
|
|
2029
|
+ RestangularConfigurer.setBaseUrl(serverIp + '/statistics');
|
2030
|
2030
|
});
|
2031
|
2031
|
});
|
2032
|
2032
|
app.factory('api_event_form', ['eventFormApi', function (eventFormApi) {
|