Liuyi
2024-11-29 8265412eef286cc6027c8ec6085d6b059b7ab457
pages/login/index.vue
@@ -56,7 +56,7 @@
      }
   }
   //管理员登录
   const form = ref({userName:'',password:''})
   const form = ref({userName:'admin',password:'lunhan123456'})
   const pwdType = ref('password')
   function changePwdType(str){
      pwdType.value = str == 'pwd' ? 'text' : ( str == 'text' ? 'password' : 'text')