tangning před 7 měsíci
rodič
revize
33e84fcda8
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      src/request/config.ts

+ 2 - 0
src/request/config.ts

@@ -1,5 +1,6 @@
 import {
   exampleList,
+  ffmpegMergeImage,
   fireDetailByPsw,
   getAttachListByPsw,
   getCode,
@@ -47,6 +48,7 @@ export const fileUrls = [
   insertCaseFile,
   saveCaseFileInfo,
   newFileupload,
+  ffmpegMergeImage,
 ];
 // 需要限定卫GET请求方式的url
 export const GetUrls = [getRoleList, getCompanyList];