lrf402788946 4 năm trước cách đây
mục cha
commit
b7a04e139e
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app/service/statistics/index.js

+ 2 - 2
app/service/statistics/index.js

@@ -57,8 +57,6 @@ class IndexService extends CrudService {
     }
     arr = _.orderBy(arr, [ 'value' ], [ 'desc' ]);
     arr.push(other);
-    arr.push({ name: '测试1测试1', value: 10 });
-    arr.push({ name: '测试2测试2', value: 20 });
     return arr;
   }
 
@@ -211,6 +209,8 @@ class IndexService extends CrudService {
       { name: '吉林建筑大学' },
       { name: '通化师范学院' },
       { name: '长春大学' },
+      { name: '东北师范大学' },
+      { name: '吉林农业科技学院' },
     ];
   }