wanghong
2023-12-21 024cc5e9e6fd51e3b0e14e8d3f76c63f1351a4f7
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',
  })
}