linwenling
2023-08-15 b37c004b2881e1d39b7ac3fa471ea421752c0906
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