heyujie
2022-07-18 1a783e0a2068b1a99efb7a078f4a615f68dec18f
src/api/event.ts
@@ -72,7 +72,7 @@
//获取事件声音列表
export const getSoundList = () => {
  return request({
    url: "/data/api-v/voice/findAll",
    url: "/saas/api-s/voice/findAll",
    method: "get"
  })