Browse Source

后台数据统计传值问题

huangb 7 years ago
parent
commit
59d5aa824e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/main/webapp/resources/js/admin/controllers/statsDataCtrl.js

+ 4 - 4
src/main/webapp/resources/js/admin/controllers/statsDataCtrl.js

@@ -109,7 +109,7 @@ define([ 'app/app' ], function(app) {
                 $scope.ssoUrl = data.data == 'success' ? 'https://sso.ubtob.com' : 'http://192.168.253.6:32323';
                 $scope.ssoUrl = data.data == 'success' ? 'https://sso.ubtob.com' : 'http://192.168.253.6:32323';
                 $scope.uasUrl = data.data == 'success' ? 'http://uas.ubtob.com' : 'http://192.168.253.12:9000/b2b-test';
                 $scope.uasUrl = data.data == 'success' ? 'http://uas.ubtob.com' : 'http://192.168.253.12:9000/b2b-test';
                 $scope.commonUrl = data.data == 'success' ? 'https://api-inquiry.usoftmall.com' : 'http://218.17.158.219:24000';
                 $scope.commonUrl = data.data == 'success' ? 'https://api-inquiry.usoftmall.com' : 'http://218.17.158.219:24000';
-                // 询价信息(刘)
+                // 询价信息
                 $http({
                 $http({
                     method: 'get',
                     method: 'get',
                     dataType: 'json',
                     dataType: 'json',
@@ -120,7 +120,7 @@ define([ 'app/app' ], function(app) {
                 }).error(function () {
                 }).error(function () {
                     toaster.pop('error', '获取未处理审批数据失败');
                     toaster.pop('error', '获取未处理审批数据失败');
                 });
                 });
-                // 新增企业用户数(1)
+                // 新增企业用户数
                 $http({
                 $http({
                     method: 'get',
                     method: 'get',
                     dataType: 'json',
                     dataType: 'json',
@@ -131,7 +131,7 @@ define([ 'app/app' ], function(app) {
                 }).error(function () {
                 }).error(function () {
                     toaster.pop('error', '获取未处理审批数据失败');
                     toaster.pop('error', '获取未处理审批数据失败');
                 });
                 });
-                // 新增个人用户(1)
+                // 新增个人用户
                 $http({
                 $http({
                     method: 'get',
                     method: 'get',
                     dataType: 'json',
                     dataType: 'json',
@@ -142,7 +142,7 @@ define([ 'app/app' ], function(app) {
                 }).error(function () {
                 }).error(function () {
                     toaster.pop('error', '获取未处理审批数据失败');
                     toaster.pop('error', '获取未处理审批数据失败');
                 });
                 });
-                // 半年未登录用户数(1)
+                // 半年未登录用户数
                 $http({
                 $http({
                     method: 'get',
                     method: 'get',
                     dataType: 'json',
                     dataType: 'json',