讲解对象列表接入展厅分页接口
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-17 18:27:24 +08:00
parent 7267dfcac1
commit cf6ad02318
18 changed files with 682 additions and 409 deletions

View File

@@ -0,0 +1,4 @@
export const explainGuideStopListUrl = (hallId: string, hallName = '讲解') => {
const params = new URLSearchParams({ hallId, hallName })
return `/pages/explain/guide-stop-list?${params.toString()}`
}