From 1aa7a40859b018f24814fe8708ae62646d29f9bb Mon Sep 17 00:00:00 2001
From: paidaxing444 <12qwaszx>
Date: Wed, 1 Jul 2020 17:40:22 +0800
Subject: [PATCH] =?UTF-8?q?20200701-zlp-1=20=E4=B8=BB=E9=A2=98=E6=95=B4?=
=?UTF-8?q?=E5=90=88=E7=AE=A1=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ruoyi-ui/src/api/benyi/activity.js | 53 +++
ruoyi-ui/src/api/benyi/theme.js | 53 +++
ruoyi-ui/src/views/benyi/theme/activity.vue | 419 ++++++++++++++++++++
ruoyi-ui/src/views/benyi/theme/index.vue | 307 ++++++++++++++
4 files changed, 832 insertions(+)
create mode 100644 ruoyi-ui/src/api/benyi/activity.js
create mode 100644 ruoyi-ui/src/api/benyi/theme.js
create mode 100644 ruoyi-ui/src/views/benyi/theme/activity.vue
create mode 100644 ruoyi-ui/src/views/benyi/theme/index.vue
diff --git a/ruoyi-ui/src/api/benyi/activity.js b/ruoyi-ui/src/api/benyi/activity.js
new file mode 100644
index 000000000..d5b6ecea8
--- /dev/null
+++ b/ruoyi-ui/src/api/benyi/activity.js
@@ -0,0 +1,53 @@
+import request from '@/utils/request'
+
+// 查询主题整合活动列表
+export function listActivity(query) {
+ return request({
+ url: '/benyi/activity/list',
+ method: 'get',
+ params: query
+ })
+}
+
+// 查询主题整合活动详细
+export function getActivity(id) {
+ return request({
+ url: '/benyi/activity/' + id,
+ method: 'get'
+ })
+}
+
+// 新增主题整合活动
+export function addActivity(data) {
+ return request({
+ url: '/benyi/activity',
+ method: 'post',
+ data: data
+ })
+}
+
+// 修改主题整合活动
+export function updateActivity(data) {
+ return request({
+ url: '/benyi/activity',
+ method: 'put',
+ data: data
+ })
+}
+
+// 删除主题整合活动
+export function delActivity(id) {
+ return request({
+ url: '/benyi/activity/' + id,
+ method: 'delete'
+ })
+}
+
+// 导出主题整合活动
+export function exportActivity(query) {
+ return request({
+ url: '/benyi/activity/export',
+ method: 'get',
+ params: query
+ })
+}
\ No newline at end of file
diff --git a/ruoyi-ui/src/api/benyi/theme.js b/ruoyi-ui/src/api/benyi/theme.js
new file mode 100644
index 000000000..b8a723077
--- /dev/null
+++ b/ruoyi-ui/src/api/benyi/theme.js
@@ -0,0 +1,53 @@
+import request from '@/utils/request'
+
+// 查询主题整合列表
+export function listTheme(query) {
+ return request({
+ url: '/benyi/theme/list',
+ method: 'get',
+ params: query
+ })
+}
+
+// 查询主题整合详细
+export function getTheme(id) {
+ return request({
+ url: '/benyi/theme/' + id,
+ method: 'get'
+ })
+}
+
+// 新增主题整合
+export function addTheme(data) {
+ return request({
+ url: '/benyi/theme',
+ method: 'post',
+ data: data
+ })
+}
+
+// 修改主题整合
+export function updateTheme(data) {
+ return request({
+ url: '/benyi/theme',
+ method: 'put',
+ data: data
+ })
+}
+
+// 删除主题整合
+export function delTheme(id) {
+ return request({
+ url: '/benyi/theme/' + id,
+ method: 'delete'
+ })
+}
+
+// 导出主题整合
+export function exportTheme(query) {
+ return request({
+ url: '/benyi/theme/export',
+ method: 'get',
+ params: query
+ })
+}
\ No newline at end of file
diff --git a/ruoyi-ui/src/views/benyi/theme/activity.vue b/ruoyi-ui/src/views/benyi/theme/activity.vue
new file mode 100644
index 000000000..eb52d007c
--- /dev/null
+++ b/ruoyi-ui/src/views/benyi/theme/activity.vue
@@ -0,0 +1,419 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ruoyi-ui/src/views/benyi/theme/index.vue b/ruoyi-ui/src/views/benyi/theme/index.vue
new file mode 100644
index 000000000..029e451bb
--- /dev/null
+++ b/ruoyi-ui/src/views/benyi/theme/index.vue
@@ -0,0 +1,307 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file