ludc
2023-07-20 ca8c0962e36d4ef8489e2d8a220d9953b9cf851a
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',
  })
}