http响应规范

  1. {
  2. code: 0,
  3. data: [],
  4. msg: "",
  5. traceId: "",
  6. }

props属性

  1. {
  2. history: {},
  3. location: {},
  4. match: {},
  5. routerData: {},
  6. staticContext: undefined
  7. }

table

  1. const tableListState = {
  2. page: 1,
  3. limit: 10,
  4. total: 0,
  5. keyword: '',
  6. tableSource: [],
  7. };