Merge branch 'shenzhen-dev' of http://139.9.66.234:18023/yjlHub/zhgdlarge into bjxz-rain

This commit is contained in:
”Rain“ 2024-06-19 21:15:39 +08:00
commit 63ef13545a

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") {