whycq
2023-12-01 6196d5efa014fc9d16227d5c77f20758c802715f
pages/api/common/common.js
@@ -16,6 +16,7 @@
         password: md5.hex_md5(user.password)
      },
   }).then((result) => {
      console.log(result);
      result = result.data
      if (result.code === 200 && result.data.token) {
         uni.setStorageSync('token', result.data.token);