Explorar el Código

视频标签功能

zhangyihao hace 4 meses
padre
commit
165c149b68
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/api/viedoTag/viedoManagement.ts

+ 2 - 1
src/api/viedoTag/viedoManagement.ts

@@ -41,6 +41,7 @@ export function deleteVideoTag(dictCode: string) {
 export function getVideoIsNull(data) {
   return request({
     url: '/api/videoResource/tag/isNull/',
-    method: 'get'
+    method: 'get',
+    data: data
   });
 }