zhoushihao
2024-05-08 9a6fa65287fab1bb45e3bec03c567380f1a880ed
UI-Project/src/views/LoginView.vue
@@ -48,7 +48,8 @@
    if (valid) {
      loginLoadings.value = true
      request
          .post('/loadGlass/userinfo/login', userForm)
          // .post('/loadGlass/userinfo/login', userForm)
          .post('/loadGlass/sys/user/login', userForm)
          .then((res) => {
            if (res['code'] == 200) {
              store.$patch({user: res.data})