Browse Source

账号管理添加二级密码

zhaoke 2 years ago
parent
commit
d1c5854ae1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/accountManagement/components/accountHome.vue

+ 1 - 1
src/views/accountManagement/components/accountHome.vue

@@ -126,7 +126,7 @@
     <!--修改密码弹框-->
     <Dialog width="496px" customClass="dataStoreInfoDialog" :flag="pwdflag">
       <div class="dialog-public-background">
-        <div class="title">修改密码</div>
+        <div class="title">修改二级密码</div>
         <div class="content">
           <div class="ruleZf">特殊字符:`、!、@、#、$、%、^、&、*、(、)、_、+、{、}、"、:、?、>、&lt;、`、,、.、/、'、;、[、]、=、-、\、|</div>
           <div class="ruleZf">密码规则:长度为8-20个字符,并且必须包含数字、大写字母、小写字母、特殊字符</div>