From ae00f214aaeb74d8f3c8e9c6fb0a8c793816f892 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期五, 11 七月 2025 16:37:25 +0800 Subject: [PATCH] fix:修改默认头像 --- pages/login/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/login/index.vue b/pages/login/index.vue index 2e29d3e..ec84e56 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -5,7 +5,7 @@ <image class="top-bg" src="../../static/images/login/top_bg.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