From 58e8f58fe3a1ade8f058378991635d2af406581f Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Sun, 18 May 2025 11:30:58 +0800 Subject: [PATCH] =?UTF-8?q?refactor(student):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2=20API=20=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了对 Api.js 的引用,改为使用 apiRoute.js - 更新了 personnelLogin 方法的调用,使用新的 API 路由 --- api/{api.js => apiRoute.js} | 0 pages/student/login/login.vue | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename api/{api.js => apiRoute.js} (100%) diff --git a/api/api.js b/api/apiRoute.js similarity index 100% rename from api/api.js rename to api/apiRoute.js diff --git a/pages/student/login/login.vue b/pages/student/login/login.vue index 80ca008..2d03af3 100644 --- a/pages/student/login/login.vue +++ b/pages/student/login/login.vue @@ -37,7 +37,7 @@