From e38ecc06dbfea02080f197ed3352c7673be5e9ab Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期一, 17 十一月 2025 15:11:00 +0800
Subject: [PATCH] 修改了对应代码

---
 src/api/system/materials.js |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/src/api/system/materials.js b/src/api/system/materials.js
index 570b3e7..77f4b6f 100644
--- a/src/api/system/materials.js
+++ b/src/api/system/materials.js
@@ -55,4 +55,17 @@
     },
     data: data
   })
-}
\ No newline at end of file
+}
+
+
+
+export function islegal(recordId)
+{
+  return request({
+    url:'/system/materials/isPageNubLegal/'+recordId,
+    method:'get',
+    // headers:{
+
+    // }
+  })
+}

--
Gitblit v1.9.1