From 10be210b572712c7a3746d877ee30cb0117b6781 Mon Sep 17 00:00:00 2001 From: zl2fxy <19570956+zl2fxy@users.noreply.github.com> Date: 星期二, 31 一月 2023 10:05:46 +0800 Subject: [PATCH] Update config.md --- web_src/src/components/dialog/deviceEdit.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/web_src/src/components/dialog/deviceEdit.vue b/web_src/src/components/dialog/deviceEdit.vue index 3747ca4..8a5f9d1 100644 --- a/web_src/src/components/dialog/deviceEdit.vue +++ b/web_src/src/components/dialog/deviceEdit.vue @@ -22,6 +22,9 @@ <el-form-item label="瀵嗙爜" prop="password"> <el-input type="password" 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> + </el-form-item> <el-form-item label="娴佸獟浣揑D" prop="mediaServerId"> <el-select v-model="form.mediaServerId" style="float: left; width: 100%" > <el-option key="auto" label="鑷姩璐熻浇鏈�灏�" value="auto"></el-option> -- Gitblit v1.8.0