From 9fd0101266519c06cf9ed6b33eda84b40dd587f4 Mon Sep 17 00:00:00 2001
From: nyoung <12190070+nyoungo@user.noreply.gitee.com>
Date: Sat, 14 Sep 2024 11:50:34 +0800
Subject: [PATCH] 1
---
src/views/system/appBase/appSwiper/api.js | 44 +++
src/views/system/appBase/appSwiper/index.vue | 266 +++++++++++++++++++
2 files changed, 310 insertions(+)
create mode 100644 src/views/system/appBase/appSwiper/api.js
create mode 100644 src/views/system/appBase/appSwiper/index.vue
diff --git a/src/views/system/appBase/appSwiper/api.js b/src/views/system/appBase/appSwiper/api.js
new file mode 100644
index 0000000..86fe978
--- /dev/null
+++ b/src/views/system/appBase/appSwiper/api.js
@@ -0,0 +1,44 @@
+import request from '@/utils/request'
+
+// 查询app轮播图列表
+export function listSwiper(query) {
+ return request({
+ url: '/system/appSwiper/list',
+ method: 'get',
+ params: query
+ })
+}
+
+// 查询app轮播图详细
+export function getSwiper(swiperId) {
+ return request({
+ url: '/system/appSwiper/' + swiperId,
+ method: 'get'
+ })
+}
+
+// 新增app轮播图
+export function addSwiper(data) {
+ return request({
+ url: '/system/appSwiper/add',
+ method: 'post',
+ data: data
+ })
+}
+
+// 修改app轮播图
+export function updateSwiper(data) {
+ return request({
+ url: '/system/appSwiper/edit',
+ method: 'post',
+ data: data
+ })
+}
+
+// 删除app轮播图
+export function delSwiper(swiperId) {
+ return request({
+ url: '/system/appSwiper/del?idList=' + swiperId,
+ method: 'post'
+ })
+}
diff --git a/src/views/system/appBase/appSwiper/index.vue b/src/views/system/appBase/appSwiper/index.vue
new file mode 100644
index 0000000..6fae34d
--- /dev/null
+++ b/src/views/system/appBase/appSwiper/index.vue
@@ -0,0 +1,266 @@
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+