From fa2c99a6ed8574878c1bdefae5dcb839fc4ebcf8 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 07 十一月 2024 21:10:43 +0800 Subject: [PATCH] 2024-11-07 --- src/views/pcdesign/index.jsx | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/views/pcdesign/index.jsx b/src/views/pcdesign/index.jsx index 7fef173..d3a7101 100644 --- a/src/views/pcdesign/index.jsx +++ b/src/views/pcdesign/index.jsx @@ -1311,6 +1311,14 @@ roleParam.backend = 'level1' let langSql = getLangTrans(config) + roleParam.pds = 'false' + if (config.interfaces) { + config.interfaces.forEach(item => { + if (item.status !== 'true') return + roleParam.pds = 'true' + }) + } + let param = { func: 'sPC_TrdMenu_AddUpt', FstID: 'mk_app', -- Gitblit v1.8.0