zouzs 13 цаг өмнө
parent
commit
85ed8dad6c

+ 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);
                 }
               }