linwenling
2023-07-18 93b60550647624ed757025ec351d3bc0fae42406
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