Parcourir la source

feat:rtsp文案

ananzhusen il y a 1 an
Parent
commit
8dcc166330
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/services/defaults.ts

+ 2 - 2
src/services/defaults.ts

@@ -1238,12 +1238,12 @@ export const formComponents = [
             custom: [
               {
                 key: 'webrtcUrl',
-                label: 'webrtcUrl',
+                label: '流服务',
                 type: 'string',
               },
               {
                 key: 'rtspUrl',
-                label: 'rtspUrl',
+                label: 'RTSP URL',
                 type: 'string',
               },
             ],