From d470e67ac1997882502b75cbfdaf359626cfaaa8 Mon Sep 17 00:00:00 2001 From: Liuyi <candymxq888@outlook.com> Date: 星期五, 20 十二月 2024 17:27:07 +0800 Subject: [PATCH] 测试修复小程序问题,添加水控机设备 --- pages/login/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/login/index.vue b/pages/login/index.vue index 80a0138..a913541 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -40,7 +40,8 @@ }else{ uni.showToast({ title:'登录失败', - icon:'none' + icon:'none', + }) } }) @@ -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