mo 4 years ago
parent
commit
3866f556dc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/main/api.js

+ 1 - 0
src/views/main/api.js

@@ -4,6 +4,7 @@ import request2 from '@/utils/request2'
 export const getIndex = data => request2({
   url: '/api-web/newIndex',
   params: data,
+  loading:false,
   method: 'get',
 })
 export const getInspectionItem = data => request2({