-
-
{t("login.welcome")}
- {t("login.subtitle")}
-
-
-
- }
- placeholder={t("login.username")}
- autoComplete="username"
- spellCheck={false}
- aria-label={t("login.username")}
- />
-
-
-
- }
- placeholder={t("login.password")}
- autoComplete="current-password"
- aria-label={t("login.password")}
- />
-
-
- {captchaEnabled ? (
-
-
-
}
- placeholder={t("login.captcha")}
- maxLength={6}
- aria-label={t("login.captcha")}
- />
-
+
+
+
+
+
+
+
+
+

+
+
+
智慧销售协同平台
+
{platformConfig?.projectName || "UnisBase"}
+
-
- ) : null}
+
-
-
- {t("login.rememberMe")}
-
-
{t("login.forgotPassword")}
+
+
+
+
{t("login.welcome")}
+
{t("login.subtitle")}
+
+
+
+ }
+ placeholder={t("login.username")}
+ autoComplete="username"
+ spellCheck={false}
+ aria-label={t("login.username")}
+ />
+
+
+
+ }
+ placeholder={t("login.password")}
+ autoComplete="current-password"
+ aria-label={t("login.password")}
+ />
+
+
+ {captchaEnabled ? (
+
+
+
}
+ placeholder={t("login.captcha")}
+ maxLength={6}
+ aria-label={t("login.captcha")}
+ />
+
+
+
+ ) : null}
+
+
+
+ {t("login.rememberMe")}
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
- {t("login.demoAccount")} admin / {t("login.password")}{" "}
- 123456
-
-
+
);