add feedback page

This commit is contained in:
2023-12-10 23:07:42 +08:00
parent f7d3a2128a
commit 9f4319bd13
7 changed files with 208 additions and 8 deletions

View File

@@ -27,6 +27,7 @@ export const SONG_REQUEST_API_URL = `${BASE_API}song-request/`
export const QUEUE_API_URL = `${BASE_API}queue/`
export const EVENT_API_URL = `${BASE_API}event/`
export const LIVE_API_URL = `${BASE_API}live/`
export const FEEDBACK_API_URL = `${BASE_API}feedback/`
export const ScheduleTemplateMap = {
'': { name: '默认', compoent: defineAsyncComponent(() => import('@/views/view/scheduleTemplate/DefaultScheduleTemplate.vue')) },