Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
85a7559b
authored
2025-01-10 09:43:08 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
数据资产登记更新
1 parent
982abf9d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
.env.product
src/api/modules/queryService.ts
.env.product
View file @
85a7559
...
...
@@ -109,7 +109,7 @@ VITE_API_DATA_SYNC = ms-swzl-data-sync-service
VITE_API_MESSAGE = ms-swzl-message-notification-service
#企业信息接口
VITE_AP
I_PERSONEL_SERVICE
= ms-daop-personel-service
VITE_AP
P_PERSONAL_URL
= ms-daop-personel-service
# 是否在打包时生成 sourcemap
VITE_BUILD_SOURCEMAP = false
...
...
src/api/modules/queryService.ts
View file @
85a7559
...
...
@@ -277,14 +277,14 @@ export const getAllFlowData = (params) => request({
})
// 获取资产/价值评估机构数据
export const getSingleList = (params) => request({
url: `
$
{
import
.
meta
.
env
.
VITE_AP
I_PERSONEL_SERVICE
}
/tenant/
singlePage
`,
url: `
$
{
import
.
meta
.
env
.
VITE_AP
P_PERSONAL_URL
}
/tenant/
singlePage
`,
method: 'post',
data: params
})
// 获取当前登录人信息
export const getCurrentUserInfo = (params) => {
return request({
url: `
$
{
import
.
meta
.
env
.
VITE_AP
I_PERSONEL_SERVICE
}
/staff/
data
/
get
-
current
-
staff
`,
url: `
$
{
import
.
meta
.
env
.
VITE_AP
P_PERSONAL_URL
}
/staff/
data
/
get
-
current
-
staff
`,
method: "post",
params
});
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment