#
zjj
2024-05-30 c10225b985e0cd6aa05efb86cc7b65d8265669ed
pages/login/login.vue
@@ -9,7 +9,7 @@
      <!-- logo -->
      <view class="logo">
         <view class="logo-box">
            <image src="../../static/img/LkyLogo.jpg" mode="aspectFit"></image>
            <image src="../../static/img/logo.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"