web
11 小时以前 49fa0d82a40345342966e810b44429aec0480ef3
pages/login/index.vue
@@ -40,7 +40,8 @@
                  }else{
                     uni.showToast({
                        title:'登录失败',
                        icon:'none'
                        icon:'none',
                     })
                  }
              })
@@ -56,7 +57,7 @@
      }
   }
   //管理员登录
   const form = ref({userName:'admin',password:'lunhan123456'})
   const form = ref({userName:'',password:''})
   const pwdType = ref('password')
   function changePwdType(str){
      pwdType.value = str == 'pwd' ? 'text' : ( str == 'text' ? 'password' : 'text')
@@ -86,7 +87,7 @@
            <image class="top-bg" :src="baseUrl + '/upload' + '/qingYuan/images/20241126/2f56a2a7ecfd2544dec5978d2687383e.png'" mode="widthFix"></image>
            <view class="top--title">
               <image class="logo" src="../../static/images/login/logo.png "></image>
               <view class="text">清源直饮水运维平台</view>
               <view class="text">慧物通直饮水</view>
            </view>
         </view>
         <view class="login-text">