yuxc
2023-08-03 a8e8ae3ba98dc0d843b5f59ff83a77a0e21d65b0
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',
  })
}