|
@@ -434,7 +434,7 @@ module.exports = app => {
|
|
|
signatureRelInfo: roleRel,
|
|
|
stageAudit: stgAudit,
|
|
|
stageAuditOrg: stgAuditForOrg,
|
|
|
- debugInfo: ctx.app.config.is_debug ? ctx.debugInfo : null,
|
|
|
+ debugInfo: ctx.session.sessionUser.loginStatus ? ctx.debugInfo : null,
|
|
|
customDefine: rptTpl[JV.NODE_CUSTOM_DEFINE],
|
|
|
stageFlow,
|
|
|
customSelect,
|