修复:修复提示音

This commit is contained in:
2025-12-03 17:03:07 +08:00
parent 008bc08f81
commit c2221bae4c
4 changed files with 5 additions and 6 deletions

View File

@@ -237,7 +237,6 @@ export async function getBookBuyConfigList(type: string, qudao: string) {
* @param id 101众妙之门隐私政策
*/
export async function getAgreement(id: string) {
console.log(id, 'id');
const res = await mainClient.request<IApiResponse>({
url: '/sys/agreement/getAgreement',
method: 'POST',