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 a278b720e5 - Show all commits

View File

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