From 4ec99055f730525599c60c5cf1b035c8142dd66c Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Tue, 03 Feb 2026 08:45:51 +0800
Subject: [PATCH] 修改
---
src/api/standardSys/standardSys.js | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/api/standardSys/standardSys.js b/src/api/standardSys/standardSys.js
index 0fbb12d..21435d5 100644
--- a/src/api/standardSys/standardSys.js
+++ b/src/api/standardSys/standardSys.js
@@ -127,3 +127,13 @@
params: params
})
}
+
+// 置顶
+export function templateToTop(params) {
+ return request({
+ url: `/template/standardizedTemplate/top?id=${params}`,
+ method: 'get',
+ })
+}
+
+
--
Gitblit v1.9.2