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