From f1efaabf97ed8beeb8af58dac98d02e25cb23d78 Mon Sep 17 00:00:00 2001 From: zxhlyh Date: Mon, 17 Mar 2025 13:16:06 +0800 Subject: [PATCH] feat: add education apply --- web/app/education-apply/components/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/education-apply/components/constants.ts b/web/app/education-apply/components/constants.ts index 8a2c364861..a5672d19f9 100644 --- a/web/app/education-apply/components/constants.ts +++ b/web/app/education-apply/components/constants.ts @@ -1,2 +1,2 @@ -export const EDUCATION_VERIFY_URL_SEARCHPARAMS_ACTION = 'getEducationVerifyA' +export const EDUCATION_VERIFY_URL_SEARCHPARAMS_ACTION = 'getEducationVerify' export const EDUCATION_VERIFYING_LOCALSTORAGE_ITEM = 'educationVerifying'