Commit ea216eac authored by linweijiong's avatar linweijiong

Merge branch 'jinfa-20221102' into 'jinfa-20221102'

fix:测试合并两次提交 See merge request project/jinfa-platform!524
parents 5738af3c 215b7483
......@@ -49,6 +49,8 @@ const Statement: React.FC<StatementProps> = ({
// 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