yuxc
2023-08-08 8a0a7d1e0817d4cf1f21c62f0a56c010d2b0792e
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',
  })
}