85a7559b by lxs

数据资产登记更新

1 parent 982abf9d
......@@ -109,7 +109,7 @@ VITE_API_DATA_SYNC = ms-swzl-data-sync-service
VITE_API_MESSAGE = ms-swzl-message-notification-service
#企业信息接口
VITE_API_PERSONEL_SERVICE = ms-daop-personel-service
VITE_APP_PERSONAL_URL = ms-daop-personel-service
# 是否在打包时生成 sourcemap
VITE_BUILD_SOURCEMAP = false
......
......@@ -277,14 +277,14 @@ export const getAllFlowData = (params) => request({
})
// 获取资产/价值评估机构数据
export const getSingleList = (params) => request({
url: `${import.meta.env.VITE_API_PERSONEL_SERVICE}/tenant/singlePage`,
url: `${import.meta.env.VITE_APP_PERSONAL_URL}/tenant/singlePage`,
method: 'post',
data: params
})
// 获取当前登录人信息
export const getCurrentUserInfo = (params) => {
return request({
url: `${import.meta.env.VITE_API_PERSONEL_SERVICE}/staff/data/get-current-staff`,
url: `${import.meta.env.VITE_APP_PERSONAL_URL}/staff/data/get-current-staff`,
method: "post",
params
});
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!