From 1d869cd15beaaf7b369329cdd2204640e84f5c77 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 08 五月 2024 17:30:18 +0800
Subject: [PATCH] 路由和发布按钮权限控制
---
src/api/platform/point.js | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/src/api/platform/point.js b/src/api/platform/point.js
index b203118..2f2e05e 100644
--- a/src/api/platform/point.js
+++ b/src/api/platform/point.js
@@ -44,6 +44,16 @@
})
}
+// 鎵归噺淇敼杩愮淮鐐逛綅
+export function batchEdit(data) {
+ return request({
+ url: '/yw-point/batch',
+ method: 'put',
+ data: data
+ })
+}
+
+
// 鍒犻櫎杩愮淮鐐逛綅
export function delPoint(id) {
return request({
@@ -51,3 +61,12 @@
method: 'delete'
})
}
+
+// 鐐逛綅涓嬫媺鍒楄〃
+export function pointSelectData(param) {
+ return request({
+ url: '/yw-point/select',
+ method: 'get',
+ params: param
+ })
+}
--
Gitblit v1.8.0