Files
frontend-miniapp/src/utils/explainNavigation.ts
lyf 540bb8627f
Some checks failed
CI / verify (push) Has been cancelled
同步移动端源码并修复小程序嵌入标题
2026-07-28 18:37:40 +08:00

5 lines
206 B
TypeScript

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