From 31143ab53b6905e439d388a8c39f11ceb775f8f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B4=8B=E5=B7=9D?= <604737071@qq.com> Date: Sun, 7 Apr 2024 17:10:30 +0800 Subject: [PATCH 01/11] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E5=85=A8?= =?UTF-8?q?=E5=B1=80=E7=9A=84=E8=8B=A5=E4=BE=9D=E4=B8=BA"SAC",=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E7=99=BD=E5=90=8D=E5=8D=95=E5=88=97=E8=A1=A8=EF=BC=8C?= =?UTF-8?q?=E7=99=BD=E5=90=8D=E5=8D=95=E6=96=B0=E5=A2=9E=EF=BC=8C=E7=99=BD?= =?UTF-8?q?=E5=90=8D=E5=8D=95=E9=85=8D=E7=BD=AE=EF=BC=8C=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=8C=85=E7=AE=A1=E7=90=86=EF=BC=8C=E5=AE=89=E8=A3=85=E5=8C=85?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E6=96=B0=E5=A2=9E=E7=9A=84=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf-ui/.env.development | 4 +- sf-ui/.env.production | 4 +- sf-ui/.env.staging | 4 +- sf-ui/package.json | 4 +- .../src/views/FDS/channelManagement/index.vue | 377 ++++++++++++++++++ .../src/views/FDS/installationList/index.vue | 368 +++++++++++++++++ .../views/FDS/whiteListManagement/index.vue | 377 ++++++++++++++++++ sf-ui/src/views/index.vue | 14 +- sf-ui/src/views/login.vue | 2 +- sf-ui/src/views/register.vue | 2 +- sf-ui/vue.config.js | 4 +- 11 files changed, 1141 insertions(+), 19 deletions(-) create mode 100644 sf-ui/src/views/FDS/channelManagement/index.vue create mode 100644 sf-ui/src/views/FDS/installationList/index.vue create mode 100644 sf-ui/src/views/FDS/whiteListManagement/index.vue diff --git a/sf-ui/.env.development b/sf-ui/.env.development index 18b2a3e..b2d594f 100644 --- a/sf-ui/.env.development +++ b/sf-ui/.env.development @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = SAC管理系统 # 开发环境配置 ENV = 'development' -# 若依管理系统/开发环境 +# SAC管理系统/开发环境 VUE_APP_BASE_API = '/dev-api' # 路由懒加载 diff --git a/sf-ui/.env.production b/sf-ui/.env.production index cb064ec..cbbe0e4 100644 --- a/sf-ui/.env.production +++ b/sf-ui/.env.production @@ -1,8 +1,8 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = SAC管理系统 # 生产环境配置 ENV = 'production' -# 若依管理系统/生产环境 +# SAC管理系统/生产环境 VUE_APP_BASE_API = '/prod-api' diff --git a/sf-ui/.env.staging b/sf-ui/.env.staging index a47af9a..b55b86d 100644 --- a/sf-ui/.env.staging +++ b/sf-ui/.env.staging @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = SAC管理系统 NODE_ENV = production # 测试环境配置 ENV = 'staging' -# 若依管理系统/测试环境 +# SAC管理系统/测试环境 VUE_APP_BASE_API = '/stage-api' diff --git a/sf-ui/package.json b/sf-ui/package.json index 255259d..060a9b0 100644 --- a/sf-ui/package.json +++ b/sf-ui/package.json @@ -1,8 +1,8 @@ { "name": "ruoyi", "version": "3.8.6", - "description": "若依管理系统", - "author": "若依", + "description": "SAC管理系统", + "author": "SAC", "license": "MIT", "scripts": { "dev": "vue-cli-service serve", diff --git a/sf-ui/src/views/FDS/channelManagement/index.vue b/sf-ui/src/views/FDS/channelManagement/index.vue new file mode 100644 index 0000000..efd9eea --- /dev/null +++ b/sf-ui/src/views/FDS/channelManagement/index.vue @@ -0,0 +1,377 @@ + + + diff --git a/sf-ui/src/views/FDS/installationList/index.vue b/sf-ui/src/views/FDS/installationList/index.vue new file mode 100644 index 0000000..03ef63b --- /dev/null +++ b/sf-ui/src/views/FDS/installationList/index.vue @@ -0,0 +1,368 @@ + + + diff --git a/sf-ui/src/views/FDS/whiteListManagement/index.vue b/sf-ui/src/views/FDS/whiteListManagement/index.vue new file mode 100644 index 0000000..efd9eea --- /dev/null +++ b/sf-ui/src/views/FDS/whiteListManagement/index.vue @@ -0,0 +1,377 @@ + + + diff --git a/sf-ui/src/views/index.vue b/sf-ui/src/views/index.vue index caa90af..f7ec05c 100644 --- a/sf-ui/src/views/index.vue +++ b/sf-ui/src/views/index.vue @@ -39,9 +39,9 @@ -

若依后台管理框架

+

SAC后台管理框架

- 一直想做一款后台管理系统,看了很多优秀的开源项目但是发现没有合适自己的。于是利用空闲休息时间开始自己写一套后台系统。如此有了若依管理系统,她可以用于所有的Web应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA等等,当然,您也可以对她进行深度定制,以做出更强系统。所有前端后台代码封装过后十分精简易上手,出错概率低。同时支持移动客户端访问。系统会陆续更新一些实用功能。 + 一直想做一款后台管理系统,看了很多优秀的开源项目但是发现没有合适自己的。于是利用空闲休息时间开始自己写一套后台系统。如此有了SAC管理系统,她可以用于所有的Web应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA等等,当然,您也可以对她进行深度定制,以做出更强系统。所有前端后台代码封装过后十分精简易上手,出错概率低。同时支持移动客户端访问。系统会陆续更新一些实用功能。

当前版本: v{{ version }} @@ -120,21 +120,21 @@

QQ群: 满937441 满887144332 满180251782 满104180207 满186866453 满201396349 - 满101456076 满101539465 满264312783 满167385320 - 满104748341 满160110482 满170801498 满108482800 + 满101456076 满101539465 满264312783 满167385320 + 满104748341 满160110482 满170801498 满108482800 满101046199 满136919097 143961921

微信:/ *若依/ *SAC

支付宝:/ *若依/ *SAC

@@ -913,7 +913,7 @@
    -
  1. 若依前后端分离系统正式发布
  2. +
  3. SAC前后端分离系统正式发布
diff --git a/sf-ui/src/views/login.vue b/sf-ui/src/views/login.vue index cdae8dc..59b2841 100644 --- a/sf-ui/src/views/login.vue +++ b/sf-ui/src/views/login.vue @@ -1,7 +1,7 @@ @@ -139,8 +137,8 @@ :limit.sync="queryParams.pageSize" @pagination="getList" /> - - + + @@ -164,9 +162,6 @@ - - - @@ -190,12 +185,61 @@ + + + + + + + + + + + + + + + + + 离线上传 + 安装包11111 + + + 安装包1111.excel + 58.1kb + + + 安卓 + 兼容性信息 + + + 授权信息内容 + 安装包源内容 + + + 备注信息备注信息 + + + 上传时间2024-04-07 17:43 + 已上传 + 刮刮乐 + 日志日志 + + + + + + @@ -203,7 +247,7 @@ import { listConfig, getConfig, delConfig, addConfig, updateConfig, refreshCache } from "@/api/system/config"; export default { - name: "Config", + name: "installationList", dicts: ['sys_yes_no'], data() { return { @@ -223,10 +267,10 @@ export default { configList: [], // 弹出层标题 title: "", - // 是否显示新增白名单弹出框 + // 是否显示安装包上传弹出框 addOpen: false, - // 是否显示白名单配置弹出框 - configOpen:false, + // 是否显示安装包详情弹出框 + detailOpen:false, // 日期范围 dateRange: [], // 查询参数 @@ -242,14 +286,11 @@ export default { // 表单校验 rules: { configName: [ - { required: true, message: "参数名称不能为空", trigger: "blur" } + { required: true, message: "上传方式不能为空", trigger: "change" } ], configKey: [ - { required: true, message: "参数键名不能为空", trigger: "blur" } + { required: true, message: "安装包名称不能为空", trigger: "blur" } ], - configValue: [ - { required: true, message: "参数键值不能为空", trigger: "blur" } - ] } }; }, @@ -303,7 +344,7 @@ export default { handleAdd() { this.reset(); this.addOpen = true; - this.title = "新增白名单"; + this.title = "上传安装包"; }, // 多选框选中数据 handleSelectionChange(selection) { From 02253789e855544a51235bfa1c5974f244f84400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B4=8B=E5=B7=9D?= <604737071@qq.com> Date: Mon, 8 Apr 2024 14:07:00 +0800 Subject: [PATCH 03/11] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E5=88=97=E8=A1=A8=EF=BC=8C=E4=BF=AE=E6=94=B9=E7=99=BD?= =?UTF-8?q?=E5=90=8D=E5=8D=95=E5=92=8C=E5=AE=89=E8=A3=85=E5=8C=85=E7=9A=84?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf-ui/src/api/FDS/whiteList.js | 13 ++ .../src/views/FDS/installationList/index.vue | 167 +++++++++++------- .../index.vue | 53 +++--- .../views/FDS/whiteListManagement/index.vue | 130 ++++++++------ 4 files changed, 227 insertions(+), 136 deletions(-) create mode 100644 sf-ui/src/api/FDS/whiteList.js rename sf-ui/src/views/FDS/{channelManagement => publishList}/index.vue (87%) diff --git a/sf-ui/src/api/FDS/whiteList.js b/sf-ui/src/api/FDS/whiteList.js new file mode 100644 index 0000000..96b925c --- /dev/null +++ b/sf-ui/src/api/FDS/whiteList.js @@ -0,0 +1,13 @@ +import request from '@/utils/request' + + + +export function Document11691998078000list(query) { + return request({ + url: '/forms/api/router/get/Document11691998078000list', + method: 'get', + params: query + }) +} + + diff --git a/sf-ui/src/views/FDS/installationList/index.vue b/sf-ui/src/views/FDS/installationList/index.vue index d7554b1..c509aa0 100644 --- a/sf-ui/src/views/FDS/installationList/index.vue +++ b/sf-ui/src/views/FDS/installationList/index.vue @@ -1,26 +1,37 @@ - diff --git a/sf-ui/src/views/FDS/channelManagement/index.vue b/sf-ui/src/views/FDS/publishList/index.vue similarity index 87% rename from sf-ui/src/views/FDS/channelManagement/index.vue rename to sf-ui/src/views/FDS/publishList/index.vue index efd9eea..a4932bb 100644 --- a/sf-ui/src/views/FDS/channelManagement/index.vue +++ b/sf-ui/src/views/FDS/publishList/index.vue @@ -1,26 +1,27 @@ diff --git a/sf-ui/src/views/FDS/whiteListManagement/equepDetail.vue b/sf-ui/src/views/FDS/whiteListManagement/equepDetail.vue new file mode 100644 index 0000000..dbb9e8c --- /dev/null +++ b/sf-ui/src/views/FDS/whiteListManagement/equepDetail.vue @@ -0,0 +1,219 @@ + + diff --git a/sf-ui/src/views/FDS/whiteListManagement/index.vue b/sf-ui/src/views/FDS/whiteListManagement/index.vue index f1a77d2..66abde6 100644 --- a/sf-ui/src/views/FDS/whiteListManagement/index.vue +++ b/sf-ui/src/views/FDS/whiteListManagement/index.vue @@ -141,6 +141,16 @@ @click="handleEdit(scope.row)" >修改 + + 详情 + + - - + From 8fb318f5d95fef60255f87564d0108c0b0fe04ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B4=8B=E5=B7=9D?= <604737071@qq.com> Date: Thu, 11 Apr 2024 09:22:50 +0800 Subject: [PATCH 08/11] =?UTF-8?q?feat:=20=E6=8F=90=E4=BA=A4=E7=83=AD?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=AE=A1=E7=90=86=E7=9A=84=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/FDS/whiteListManagement/index.vue | 22 +- sf-ui/src/views/index.vue | 949 +----------------- 2 files changed, 9 insertions(+), 962 deletions(-) diff --git a/sf-ui/src/views/FDS/whiteListManagement/index.vue b/sf-ui/src/views/FDS/whiteListManagement/index.vue index 66abde6..0fb6fc5 100644 --- a/sf-ui/src/views/FDS/whiteListManagement/index.vue +++ b/sf-ui/src/views/FDS/whiteListManagement/index.vue @@ -110,13 +110,6 @@ @click="handleDown(scope.row)" >下架 - 预览 - { }) }, - /** 预览按钮操作 */ - handleView() { - const configIds = row.configId || this.ids - this.$modal.confirm('是否确认预览编号为"' + configIds + '"的数据项?').then(function() { - //这里写发布操作 - return delConfig(configIds) - }).then(() => { - this.getList() - this.$modal.msgSuccess('预览成功') - }).catch(() => { - }) - }, - + + /** 查看详情按钮操作 */ handleDetail(row) { if (row.type == 1) { diff --git a/sf-ui/src/views/index.vue b/sf-ui/src/views/index.vue index f7ec05c..784e888 100644 --- a/sf-ui/src/views/index.vue +++ b/sf-ui/src/views/index.vue @@ -1,963 +1,26 @@ - diff --git a/sf-ui/src/views/deploy/INFO/index.vue b/sf-ui/src/views/deploy/INFO/index.vue new file mode 100644 index 0000000..797a3b0 --- /dev/null +++ b/sf-ui/src/views/deploy/INFO/index.vue @@ -0,0 +1,332 @@ + + diff --git a/sf-ui/src/views/goods/goods/index.vue b/sf-ui/src/views/goods/goods/index.vue new file mode 100644 index 0000000..819c794 --- /dev/null +++ b/sf-ui/src/views/goods/goods/index.vue @@ -0,0 +1,348 @@ + + + From cbb976637547bd0f92d1cd5ac37951db0454d0e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B4=8B=E5=B7=9D?= <604737071@qq.com> Date: Thu, 11 Apr 2024 14:55:21 +0800 Subject: [PATCH 10/11] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E6=96=B0?= =?UTF-8?q?=E7=9A=84=E5=AE=89=E8=A3=85=E5=8C=85=E6=96=B0=E5=A2=9E=EF=BC=8C?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=B8=A0=E9=81=93=E7=AE=A1=E7=90=86=E5=92=8C?= =?UTF-8?q?APP=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E5=92=8C=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf-ui/src/views/FDS/appManagement/add.vue | 120 +++++++++ sf-ui/src/views/FDS/appManagement/index.vue | 207 +++++++++++++++ sf-ui/src/views/FDS/channelManagement/add.vue | 120 +++++++++ .../src/views/FDS/channelManagement/index.vue | 210 +++++++++++++++ sf-ui/src/views/FDS/installationList/add.vue | 247 +++++++++--------- .../src/views/FDS/installationList/detail.vue | 12 +- .../src/views/FDS/installationList/index.vue | 166 ++++++------ 7 files changed, 857 insertions(+), 225 deletions(-) create mode 100644 sf-ui/src/views/FDS/appManagement/add.vue create mode 100644 sf-ui/src/views/FDS/appManagement/index.vue create mode 100644 sf-ui/src/views/FDS/channelManagement/add.vue create mode 100644 sf-ui/src/views/FDS/channelManagement/index.vue diff --git a/sf-ui/src/views/FDS/appManagement/add.vue b/sf-ui/src/views/FDS/appManagement/add.vue new file mode 100644 index 0000000..b415f0d --- /dev/null +++ b/sf-ui/src/views/FDS/appManagement/add.vue @@ -0,0 +1,120 @@ + + + diff --git a/sf-ui/src/views/FDS/appManagement/index.vue b/sf-ui/src/views/FDS/appManagement/index.vue new file mode 100644 index 0000000..67b220c --- /dev/null +++ b/sf-ui/src/views/FDS/appManagement/index.vue @@ -0,0 +1,207 @@ + + diff --git a/sf-ui/src/views/FDS/channelManagement/add.vue b/sf-ui/src/views/FDS/channelManagement/add.vue new file mode 100644 index 0000000..d80ce25 --- /dev/null +++ b/sf-ui/src/views/FDS/channelManagement/add.vue @@ -0,0 +1,120 @@ + + + diff --git a/sf-ui/src/views/FDS/channelManagement/index.vue b/sf-ui/src/views/FDS/channelManagement/index.vue new file mode 100644 index 0000000..30fadde --- /dev/null +++ b/sf-ui/src/views/FDS/channelManagement/index.vue @@ -0,0 +1,210 @@ + + diff --git a/sf-ui/src/views/FDS/installationList/add.vue b/sf-ui/src/views/FDS/installationList/add.vue index cde38a4..95b9c9c 100644 --- a/sf-ui/src/views/FDS/installationList/add.vue +++ b/sf-ui/src/views/FDS/installationList/add.vue @@ -2,76 +2,53 @@
-
新增文件
+
新增安装包
- - - - 在线上传 - - 离线上传 + + + + {{ item.label }} - - + + + - - + + + - - + + + + + - 上传文件 + 上传文件 - - + + + - - - Android - - 鸿蒙 - - IOS + + + {{ item.label }} - + + + 提交 + 重置 +
- + + + +
-