xiejun
2023-09-18 6a9605d7e333d4af8ba89f9b3b1c2f8332289587
Source/UBCS-WEB/src/api/system/passwords.js
@@ -49,3 +49,10 @@
    }
  })
}
export const combination = () => {
  return request({
    url: '/api/ubcs-system/combination/select',
    method: 'get',
  })
}