zouzs преди 13 часа
родител
ревизия
85ed8dad6c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);
                 }
               }