Browse Source

完成向上级联->选择通道-编辑页面密码不隐藏

panlinlin 4 years ago
parent
commit
9335e2a6c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web_src/src/components/platformEdit.vue

+ 1 - 1
web_src/src/components/platformEdit.vue

@@ -45,7 +45,7 @@
                 <el-input v-model="platform.username"></el-input>
               </el-form-item>
               <el-form-item label="SIP认证密码" prop="password">
-                <el-input v-model="platform.password" type="password"></el-input>
+                <el-input v-model="platform.password" ></el-input>
               </el-form-item>
               <el-form-item label="注册周期(秒)" prop="expires">
                 <el-input v-model="platform.expires"></el-input>