添加otp说明文字

This commit is contained in:
bjdgyc
2024-02-23 16:07:41 +08:00
parent a59e480b61
commit a650db816c
8 changed files with 9 additions and 9 deletions

View File

@@ -217,7 +217,8 @@
<el-form-item label="禁用OTP" prop="disable_otp">
<el-switch
v-model="ruleForm.disable_otp">
v-model="ruleForm.disable_otp"
active-text="开启OTP后用户密码为PIN码+OTP动态码(中间没有+)">
</el-switch>
</el-form-item>