Explorar el Código

定制频道 音频列表接口修改

DESKTOP-2S67K1S\31396 hace 2 años
padre
commit
0ad265e2c5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/api/operation/channel.js

+ 1 - 1
src/api/operation/channel.js

@@ -74,7 +74,7 @@ export function edit(data) {
 // 频道内容列表
 export function list(query) {
   return request({
-    url: `/device/channelAudio/querypage`,
+    url: `/commonRadio/page`,
     method: 'get',
     params: query
   })