From 521c2455840c6bc4ee1d98b13d1da78236078192 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期四, 10 七月 2025 17:22:08 +0800 Subject: [PATCH] 资源扫码---云学习 --- assets/js/middleGround/api/file.js | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/assets/js/middleGround/api/file.js b/assets/js/middleGround/api/file.js index 4339689..cbc691d 100644 --- a/assets/js/middleGround/api/file.js +++ b/assets/js/middleGround/api/file.js @@ -92,6 +92,15 @@ method: 'post', data }) + }, + + // 妫�鏌msItem 鏉冮檺 + checkCmsItem(data) { + return request({ + url: '/file/api/ApiCheckCmsItemAccessRights', + method: 'post', + data + }) } } -- Gitblit v1.9.1