魏熙美 5 anni fa
parent
commit
8450c3d5d0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/pages/building/list/index.jsx

+ 1
- 1
src/pages/building/list/index.jsx Vedi File

@@ -158,7 +158,7 @@ function header(props) {
158 158
 
159 159
       {/* 分页 */}
160 160
       <div style={{ display: 'flex', justifyContent: 'flex-end', marginTop: '30px' }}>
161
-        <Pagination showQuickJumper defaultCurrent={2} total={500} onChange={onChange} />
161
+        <Pagination showQuickJumper defaultCurrent={1} total={500} onChange={onChange} />
162 162
       </div>
163 163
     </>
164 164
   );