|
@@ -302,7 +302,7 @@ app.factory('api_wechatfile', ['WechatRestangular', function (WechatRestangular)
|
302
|
302
|
//报表
|
303
|
303
|
app.factory('hkreportRestangular', function(Restangular) {
|
304
|
304
|
return Restangular.withConfig(function(RestangularConfigurer) {
|
305
|
|
- RestangularConfigurer.setBaseUrl(reportIp + '/report');
|
|
305
|
+ RestangularConfigurer.setBaseUrl(reportIp + '/statistics');
|
306
|
306
|
});
|
307
|
307
|
});
|
308
|
308
|
app.factory('api_hkreport', ['hkreportRestangular', function(hkreportRestangular) {
|