From e5032f2bf15401e242055a0032a6136f2ea756d1 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期五, 05 七月 2024 18:11:09 +0800
Subject: [PATCH] #
---
pages/login/login.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/pages/login/login.vue b/pages/login/login.vue
index 78e9ddc..31b2ac2 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -9,7 +9,7 @@
<!-- logo -->
<view class="logo">
<view class="logo-box">
- <image src="../../static/img/logo.png" mode="aspectFit"></image>
+ <image src="../../static/img/newLogo.png" mode="aspectFit"></image>
</view>
</view>
<view class="content">
@@ -182,7 +182,8 @@
},
data: {
username: that.user.userName,
- password: md5.hex_md5(that.user.password)
+ password: md5.hex_md5(that.user.password),
+ wms: true
},
header: {
"content-type": "application/json"
--
Gitblit v1.9.1