#
whycq
2024-02-28 233fdc1cc07df94e54036fa421addf1e17cdff83
pages/api/common/common.js
@@ -12,7 +12,7 @@
   var login = await uni.request({
      url: `${baseUrl}/login.action`,
      data: {
         username: user.username,
         mobile: user.username,
         password: md5.hex_md5(user.password)
      },
   }).then((result) => {