Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenshaokai
jinfa-platform
Commits
1a0de77f
Commit
1a0de77f
authored
Apr 06, 2023
by
linweijiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:删除多余console
parent
ea216eac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
index.tsx
src/components/statisticsStatement/index.tsx
+0
-4
No files found.
src/components/statisticsStatement/index.tsx
View file @
1a0de77f
...
...
@@ -42,15 +42,11 @@ const Statement: React.FC<StatementProps> = ({
memberId
=
getAuth
().
memberId
,
memberRoleId
=
getAuth
().
memberRoleId
,
})
=>
{
console
.
log
(
'test22222===========>'
);
const
ref
=
useRef
<
any
>
()
// const baseUrl='http://10.0.1.205:5000'
// const { memberId, memberRoleId } = getAuth()
console
.
log
(
'params:'
,
params
,
'memberId'
,
memberId
,
'memberRoleId'
,
memberRoleId
)
const
authParams
=
encryptedByAES
(
`
${
memberId
}
,
${
memberRoleId
}
`
,
true
)
console
.
log
(
'test1111===>'
);
console
.
log
(
'test33333===>'
);
// const STATEMENT_URL = microData.getData(true)?.STATEMENT_URL
const
constantLink
=
`
${
process
.
env
.
STATEMENT_URL
}${
url
}
?standalone=
${
standalone
}
&tenantId=
${
authParams
}
`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment