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 @@