linwenling
2023-04-07 eb3e97b425f14ea55bed57b2485816950d6f0141
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