Merge branch '2.6.9' into wvp-28181-2.0

This commit is contained in:
648540858
2024-01-16 14:51:17 +08:00
9 changed files with 32 additions and 26 deletions

View File

@@ -20,7 +20,7 @@
<el-input v-model="form.name" clearable></el-input>
</el-form-item>
<el-form-item label="密码" prop="password">
<el-input type="password" v-model="form.password" clearable></el-input>
<el-input v-model="form.password" clearable></el-input>
</el-form-item>
<el-form-item label="收流IP" prop="sdpIp">
<el-input type="sdpIp" v-model="form.sdpIp" clearable></el-input>