From 49fa0d82a40345342966e810b44429aec0480ef3 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期二, 01 七月 2025 17:00:18 +0800 Subject: [PATCH] fix:修改.gitgnore文件,移除打包文件 --- pages/login/index.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/login/index.vue b/pages/login/index.vue index 3156d15..a913541 100644 --- a/pages/login/index.vue +++ b/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"> -- Gitblit v1.9.3