From aab5b8ab724c0edce6d483360b59fefda08f2696 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Thu, 16 Oct 2025 18:08:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/services/index.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/services/index.js b/src/services/index.js index 7b6b26c..f118978 100644 --- a/src/services/index.js +++ b/src/services/index.js @@ -4,12 +4,12 @@ import { http } from '@/utils/http' * 登录方法 - 调试使用 - 产线环境需注释 */ export const appLoginAPI = (data) => { - // return false - return http({ - method: 'POST', - url: '/auth/login', - data, - }) + return false + // return http({ + // method: 'POST', + // url: '/auth/login', + // data, + // }) } /** * 获取用户信息