From a78de2834f22865ee45cc914f14e7acb2716ddd0 Mon Sep 17 00:00:00 2001 From: Pengxiansen <2422914688@qq.com> Date: Fri, 21 Feb 2025 15:19:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index d330c3d..8114645 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -127,7 +127,7 @@ export default createStore({ }) }, getGrowthInfo(content, { routerId }) { - request(PROFESSIONAL_STUDENT_DETAIL(routerId)).then(res => { + growthRequest(PROFESSIONAL_STUDENT_DETAIL(routerId)).then(res => { content.commit("SET_GROWTH_INFO", res.data); }) },