From 4a6c5eaf8a7a5332bf3ff7244d1e371c98a5992a Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期二, 08 七月 2025 19:42:18 +0800 Subject: [PATCH] 组件升级 --- assets/js/middleGround/api/file.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/assets/js/middleGround/api/file.js b/assets/js/middleGround/api/file.js index 4339689..1dc4075 100644 --- a/assets/js/middleGround/api/file.js +++ b/assets/js/middleGround/api/file.js @@ -92,6 +92,14 @@ method: 'post', data }) + }, + // 妫�鏌msItem 鏉冮檺 + checkCmsItem(data) { + return request({ + url: '/file/api/ApiCheckCmsItemAccessRights', + method: 'post', + data + }) } } -- Gitblit v1.9.1