From 0347bb1bb6b13c7325216ab9cc02e821d5b5640f Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期四, 27 十一月 2025 14:32:03 +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