From 83d5b2be8fdf0ac0b59cacf6b344c8815ab4d040 Mon Sep 17 00:00:00 2001 From: seatonwan9 Date: 星期二, 02 九月 2025 19:58:11 +0800 Subject: [PATCH] 提交源码 --- src/api/userInfo.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/api/userInfo.ts b/src/api/userInfo.ts index 16345b7..7a2f1f3 100644 --- a/src/api/userInfo.ts +++ b/src/api/userInfo.ts @@ -14,6 +14,7 @@ // 鏌ョ湅涓汉淇℃伅 export function queryUserDetail(data: object = {}): ApiPromise { return createAxios({ + baseURL: '/api', url: `/admin/common/userDetail`, headers: { 'Content-Type': 'application/json;charset=UTF-8' -- Gitblit v1.8.0