Merge branch 'shenzhen-dev' of http://139.9.66.234:18023/yjlHub/zhgdlarge into bjxz-rain
This commit is contained in:
commit
63ef13545a
@ -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") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user