From d6e7e55d12cdfea206a1d0dac0d7f60e7c2ac7f2 Mon Sep 17 00:00:00 2001 From: zhaohongyu Date: Wed, 12 Nov 2025 15:32:51 +0800 Subject: [PATCH] =?UTF-8?q?2025/11/12=20=E7=99=BB=E5=BD=95=E5=90=8E?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=8E=B7=E5=8F=96=E5=BD=93=E5=89=8D=E4=BA=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E7=9A=84=E6=8E=A5=E5=8F=A3=EF=BC=8C=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E6=98=AF=E5=90=A6=E7=99=BB=E5=BD=95=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/api.js | 1 + pages/index/index.vue | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/api/api.js b/api/api.js index 1b6caa5..d0db675 100644 --- a/api/api.js +++ b/api/api.js @@ -2,6 +2,7 @@ import {post, upload} from "../utils/request"; // 已重构接口 export const getUserInfoV1 = (params) => post("/app/sys/user/getXgfUserInfo", params) // 获取用户信息 export const setUserInitV1 = (params) => post("/app/sys/user/xgfInit", params) //更新用户信息 +export const getUserInfoNew = (params) => post('/sys/user/info', params) export const getDicLevel = (params) => post("/app/sys/dictionaries/getLevels", params) // 获取数据字典 export const getEmpLog = (params) => post("/app/sys/user/getEmpLog", params) // 获取就职记录 export const uploadFile = (params) => upload("/app/sys/file/uploadFile", params); diff --git a/pages/index/index.vue b/pages/index/index.vue index 87249b8..92423cd 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -40,15 +40,14 @@