Commit 1a0de77f authored by linweijiong's avatar linweijiong

fix:删除多余console

parent ea216eac
......@@ -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}`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment