ludc
2023-12-05 ee68ec1a404b8df679a8cb76ab6eab59979c0b9d
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',
  })
}