linwenling
2023-07-24 228302bc93feabc7b51a965db4374781844cc033
ruoyi-ui/src/store/modules/user.js
@@ -31,7 +31,7 @@
  actions: {
    // 登录
    Login({ commit }, userInfo) {
      const username = userInfo.username.trim()
      const password = userInfo.password
      const code = userInfo.code