This commit is contained in:
4
src/utils/explainNavigation.ts
Normal file
4
src/utils/explainNavigation.ts
Normal 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()}`
|
||||
}
|
||||
Reference in New Issue
Block a user