zouzs hace 13 horas
padre
commit
85ed8dad6c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/login/index.vue

+ 1 - 1
src/views/login/index.vue

@@ -171,7 +171,7 @@ const onLogin = async (formEl: FormInstance | undefined) => {
                     });*/
                     console.log("getTopMenu", getTopMenu(true).path);
                     router.push(getTopMenu(true).path);
-                    message("登录成功", { type: "success" });
+                    // message("登录成功", { type: "success" });
                   } else router.replace(toPath);
                 }
               }