1.优化代码

This commit is contained in:
zhuangpeng.li
2024-07-14 11:25:48 +08:00
parent 12e2203abc
commit d6d506ff6a
4 changed files with 11 additions and 153 deletions

View File

@@ -39,9 +39,6 @@
<el-select v-model="mediaServerForm.protocol" style="width: 100%">
<el-option key="http" label="http" value="http"></el-option>
<el-option key="https" label="https" value="https"></el-option>
<el-option key="ws" label="ws" value="ws"></el-option>
<el-option key="rtmp" label="rtmp" value="rtmp"></el-option>
<el-option key="rtsp" label="rtsp" value="rtsp"></el-option>
</el-select>
</el-form-item>
<el-form-item label="HookUrl" prop="hookurl">