|
@@ -182,7 +182,7 @@ const { height } = useWindowSize();
|
|
|
|
|
|
const loginData = ref<LoginData>({
|
|
|
userName: "admin",
|
|
|
- password: "admin@123",
|
|
|
+ password: "123456",
|
|
|
});
|
|
|
|
|
|
const loginRules = computed?.(() => {
|
|
@@ -304,9 +304,10 @@ function handleLogin() {
|
|
|
/*if (stationType == "5") {
|
|
|
router.replace({ name: "PrepareMain" });
|
|
|
} else {*/
|
|
|
- router.replace({ name: "ProcessMain" });
|
|
|
- /* }*/
|
|
|
- }).catch(() => {
|
|
|
+ router.replace({ name: "ProcessMain" });
|
|
|
+ /* }*/
|
|
|
+ })
|
|
|
+ .catch(() => {
|
|
|
// getCaptcha();
|
|
|
|
|
|
console.log("catch");
|