| | |
| | | }else{ |
| | | uni.showToast({ |
| | | title:'登录失败', |
| | | icon:'none' |
| | | icon:'none', |
| | | |
| | | }) |
| | | } |
| | | }) |
| | |
| | | } |
| | | } |
| | | //管理员登录 |
| | | 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') |
| | |
| | | <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"> |