inleft
2022-08-14 1cf6d9fb8cf2f10e302509f033d8d55b4e60712c
src/components/mini/box13-reply.vue
@@ -18,10 +18,8 @@
            </a-form-model-item>
            <a-form-model-item label="认证"
               v-show="form.nickName=='inleft'||form.nickName=='笔墨'||form.nickName=='阿墨'">
               <a-input-password v-model="form.authCode" autocomplete='new-password' type="password"
                  placeholder="我的授权码">
                  <a-icon slot="prefix" type="lock" style="color:rgba(0,0,0,.25)" />
               </a-input-password>
               <a-input v-model="form.authCode" autocomplete='new-password' type="password" placeholder="我的授权码">
               </a-input>
            </a-form-model-item>
         </a-form-model>
      </div>
@@ -234,8 +232,8 @@
               }],
               "homePage": [{
                  trigger: 'blur',
                  pattern: /^((https|http)?:\/\/)[^\s]+/,
                  message: '仅支持 https | http'
                  pattern: /^((https|http)?:\/\/)+/,
                  message: '仅支持 https:// | http://'
               }, {
                  trigger: 'blur',
                  max: 50,