Browse Source

report修改为statistics

seimin 2 years ago
parent
commit
368a604700
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/js/main.js

+ 1 - 1
assets/js/main.js

@@ -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) {