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

+ 1 - 1
assets/js/main.js

@@ -166,7 +166,7 @@ app.config(['cfpLoadingBarProvider',
166
 // 首页仪表盘
166
 // 首页仪表盘
167
 app.factory('ReportnewRestangular', function (Restangular) {
167
 app.factory('ReportnewRestangular', function (Restangular) {
168
     return Restangular.withConfig(function (RestangularConfigurer) {
168
     return Restangular.withConfig(function (RestangularConfigurer) {
169
-        RestangularConfigurer.setBaseUrl(serverIp + '/statistics');
169
+        RestangularConfigurer.setBaseUrl(reportIp + '/statistics');
170
     });
170
     });
171
 })
171
 })
172
 // 首页仪表盘
172
 // 首页仪表盘