shenzhen-dev #2

Merged
admin merged 614 commits from shenzhen-dev into master 2025-06-03 18:28:43 +08:00
Showing only changes of commit 52d7a7fdd2 - Show all commits

View File

@ -122,15 +122,13 @@ const login = (formEl: FormInstance | undefined) => {
// router.push("/commandScreen");
router.push("/agjtProjectKanban");
} else if (COMPANY === "agjtLive") {
router.push("/agjtLiveScreen");
if (![5, 10, 11].includes(result.accountType)) {
if (![11].includes(result.accountType)) {
ElMessage({
message: "账号类型不匹配",
type: "warning"
});
return;
}
// router.push("/commandScreen");
router.push("/agjtLiveScreen");
} else if (COMPANY === "agjtOverview") {
} else if (COMPANY === "agjtOverviewScreen") {