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] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E7=9A=84=E8=8B=A5=E4=BE=9D=E4=B8=BA"SAC",=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E7=99=BD=E5=90=8D=E5=8D=95=E5=88=97=E8=A1=A8=EF=BC=8C=E7=99=BD?= =?UTF-8?q?=E5=90=8D=E5=8D=95=E6=96=B0=E5=A2=9E=EF=BC=8C=E7=99=BD=E5=90=8D?= =?UTF-8?q?=E5=8D=95=E9=85=8D=E7=BD=AE=EF=BC=8C=E5=AE=89=E8=A3=85=E5=8C=85?= =?UTF-8?q?=E7=AE=A1=E7=90=86=EF=BC=8C=E5=AE=89=E8=A3=85=E5=8C=85=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E6=96=B0=E5=A2=9E=E7=9A=84=E5=89=8D=E7=AB=AF=E9=A1=B5?= =?UTF-8?q?=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 @@