Browse Source

✨ feat: 取消趣选书默认密码填充

Pchen. 3 months ago
parent
commit
1a57199932
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/pages/qxs/getBookList.vue

+ 3 - 3
src/pages/qxs/getBookList.vue

@@ -22,9 +22,9 @@
                                 <icon-lock />
                             </template>
                         </a-input-password>
-                        <template #extra>
+                        <!-- <template #extra>
                             <div>已为您填充默认密码:ctbu123456</div>
-                        </template>
+                        </template> -->
                     </a-form-item>
                     <a-form-item>
                         <a-space>
@@ -98,7 +98,7 @@ GetNotice()
 
 const form = reactive({
     username: '',
-    password: 'ctbu123456',
+    password: '',
 })
 
 const loading = ref(false)