Browse Source

1、修改了刷新动画2、修改了网页title和ico 3、修改了租户字段为品牌方 4、注释了右边的搜索区域的绿色框

xuruhua 1 year ago
parent
commit
43ee06b0d3
70 changed files with 113 additions and 111 deletions
  1. 1 1
      .env
  2. 2 2
      .env.prod
  3. 2 2
      .env.test
  4. 32 30
      index.html
  5. BIN
      public/LOGO-fb.png
  6. BIN
      public/LOGO.png
  7. BIN
      public/favicon.ico
  8. BIN
      public/zxlogo.png
  9. BIN
      public/中星图形纯白logo.png
  10. BIN
      public/图形带中星彩色logo.png
  11. BIN
      public/图形带中星纯白logo.png
  12. BIN
      src/assets/imgs/logo.png
  13. 1 1
      src/views/Login/components/LoginForm.vue
  14. 1 1
      src/views/infra/apiAccessLog/index.vue
  15. 1 1
      src/views/infra/apiErrorLog/index.vue
  16. 2 2
      src/views/infra/codegen/index.vue
  17. 1 1
      src/views/infra/config/index.vue
  18. 1 1
      src/views/infra/dbDoc/index.vue
  19. 1 1
      src/views/infra/demo/demo01/index.vue
  20. 1 1
      src/views/infra/demo/demo02/index.vue
  21. 1 1
      src/views/infra/demo/demo03/erp/index.vue
  22. 1 1
      src/views/infra/demo/demo03/inner/index.vue
  23. 1 1
      src/views/infra/demo/demo03/normal/index.vue
  24. 2 2
      src/views/infra/druid/index.vue
  25. 1 1
      src/views/infra/file/index.vue
  26. 1 1
      src/views/infra/fileConfig/index.vue
  27. 2 2
      src/views/infra/job/index.vue
  28. 2 2
      src/views/infra/job/logger/index.vue
  29. 2 2
      src/views/infra/redis/index.vue
  30. 1 1
      src/views/infra/server/index.vue
  31. 1 1
      src/views/infra/skywalking/index.vue
  32. 1 1
      src/views/infra/swagger/index.vue
  33. 1 1
      src/views/mall/promotion/coupon/index.vue
  34. 1 1
      src/views/mall/promotion/coupon/template/index.vue
  35. 1 1
      src/views/mall/promotion/seckill/config/index.vue
  36. 1 1
      src/views/mp/account/index.vue
  37. 1 1
      src/views/mp/autoReply/index.vue
  38. 1 1
      src/views/mp/draft/index.vue
  39. 1 1
      src/views/mp/freePublish/index.vue
  40. 1 1
      src/views/mp/material/index.vue
  41. 1 1
      src/views/mp/menu/index.vue
  42. 1 1
      src/views/mp/tag/index.vue
  43. 1 1
      src/views/mp/user/index.vue
  44. 1 1
      src/views/pay/app/index.vue
  45. 2 2
      src/views/pay/demo/order/index.vue
  46. 1 1
      src/views/pay/notify/index.vue
  47. 2 2
      src/views/pay/order/index.vue
  48. 1 1
      src/views/pay/refund/index.vue
  49. 1 1
      src/views/system/area/index.vue
  50. 1 1
      src/views/system/errorCode/index.vue
  51. 1 1
      src/views/system/loginlog/index.vue
  52. 1 1
      src/views/system/mail/account/index.vue
  53. 1 1
      src/views/system/mail/log/index.vue
  54. 1 1
      src/views/system/mail/template/index.vue
  55. 2 2
      src/views/system/menu/index.vue
  56. 1 1
      src/views/system/notify/message/index.vue
  57. 1 1
      src/views/system/notify/my/index.vue
  58. 1 1
      src/views/system/notify/template/index.vue
  59. 1 1
      src/views/system/oauth2/client/index.vue
  60. 1 1
      src/views/system/oauth2/token/index.vue
  61. 1 1
      src/views/system/operatelog/index.vue
  62. 2 2
      src/views/system/role/index.vue
  63. 1 1
      src/views/system/sms/channel/index.vue
  64. 1 1
      src/views/system/sms/log/index.vue
  65. 1 1
      src/views/system/sms/template/index.vue
  66. 1 1
      src/views/system/social/client/index.vue
  67. 1 1
      src/views/system/social/user/index.vue
  68. 9 9
      src/views/system/tenant/index.vue
  69. 1 1
      src/views/system/tenantPackage/index.vue
  70. 2 2
      src/views/system/user/index.vue

+ 1 - 1
.env

@@ -1,5 +1,5 @@
 # 标题
-VITE_APP_TITLE=芋道管理系统
+VITE_APP_TITLE=中星
 
 # 项目本地运行端口号
 VITE_PORT=80

+ 2 - 2
.env.prod

@@ -4,10 +4,10 @@ NODE_ENV=production
 VITE_DEV=false
 
 # 请求路径
-VITE_BASE_URL='http://localhost:48080'
+VITE_BASE_URL='http://10.0.5.228:48080'
 
 # 上传路径
-VITE_UPLOAD_URL='http://localhost:48080/admin-api/infra/file/upload'
+VITE_UPLOAD_URL='http://10.0.5.228:48080/admin-api/infra/file/upload'
 
 # 接口前缀
 VITE_API_BASEPATH=

+ 2 - 2
.env.test

@@ -4,10 +4,10 @@ NODE_ENV=production
 VITE_DEV=false
 
 # 请求路径
-VITE_BASE_URL='http://localhost:48080'
+VITE_BASE_URL='http://10.0.5.228:48080'
 
 # 上传路径
-VITE_UPLOAD_URL='http://localhost:48080/admin-api/infra/file/upload'
+VITE_UPLOAD_URL='http://10.0.5.228:48080/admin-api/infra/file/upload'
 
 # 接口前缀
 VITE_API_BASEPATH=

+ 32 - 30
index.html

@@ -50,7 +50,31 @@
         .app-loading .app-loading-logo {
           width: 100px;
           margin: 0 auto 15px auto;
+          animation: app-loading-logo 5s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
         }
+        @-webkit-keyframes app-loading-logo {
+          0% {
+            -webkit-transform: rotate(0deg);
+            transform: rotate(0deg);
+          }
+
+          100% {
+            -webkit-transform: rotate(360deg);
+            transform: rotate(360deg);
+          }
+        } 
+
+        @keyframes app-loading-logo {
+          0% {
+            -webkit-transform: rotate(0deg);
+            transform: rotate(0deg);
+          }
+
+          100% {
+            -webkit-transform: rotate(360deg);
+            transform: rotate(360deg);
+          }
+        } 
 
         .app-loading .app-loading-item {
           position: relative;
@@ -85,31 +109,9 @@
           animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
         }
 
-        @-webkit-keyframes loader-outter {
-          0% {
-            -webkit-transform: rotate(0deg);
-            transform: rotate(0deg);
-          }
+         
 
-          100% {
-            -webkit-transform: rotate(360deg);
-            transform: rotate(360deg);
-          }
-        }
-
-        @keyframes loader-outter {
-          0% {
-            -webkit-transform: rotate(0deg);
-            transform: rotate(0deg);
-          }
-
-          100% {
-            -webkit-transform: rotate(360deg);
-            transform: rotate(360deg);
-          }
-        }
-
-        @-webkit-keyframes loader-inner {
+        /* @-webkit-keyframes loader-inner {
           0% {
             -webkit-transform: rotate(0deg);
             transform: rotate(0deg);
@@ -119,9 +121,9 @@
             -webkit-transform: rotate(-360deg);
             transform: rotate(-360deg);
           }
-        }
+        } */
 
-        @keyframes loader-inner {
+        /* @keyframes loader-inner {
           0% {
             -webkit-transform: rotate(0deg);
             transform: rotate(0deg);
@@ -131,18 +133,18 @@
             -webkit-transform: rotate(-360deg);
             transform: rotate(-360deg);
           }
-        }
+        } */
       </style>
       <div class="app-loading">
         <div class="app-loading-wrap">
           <div class="app-loading-title">
-            <img src="/logo.gif" class="app-loading-logo" alt="Logo" />
+            <img src="/zxlogo.png" class="app-loading-logo" alt="Logo" />
             <div class="app-loading-title">%VITE_APP_TITLE%</div>
           </div>
-          <div class="app-loading-item">
+          <!-- <div class="app-loading-item">
             <div class="app-loading-outter"></div>
             <div class="app-loading-inner"></div>
-          </div>
+          </div> -->
         </div>
       </div>
     </div>

BIN
public/LOGO-fb.png


BIN
public/LOGO.png


BIN
public/favicon.ico


BIN
public/zxlogo.png


BIN
public/中星图形纯白logo.png


BIN
public/图形带中星彩色logo.png


BIN
public/图形带中星纯白logo.png


BIN
src/assets/imgs/logo.png


+ 1 - 1
src/views/Login/components/LoginForm.vue

@@ -186,7 +186,7 @@ const loginData = reactive({
   loginForm: {
     tenantName: '芋道源码',
     username: 'admin',
-    password: 'admin123',
+    password: 'zx123',
     captchaVerification: '',
     rememberMe: false
   }

+ 1 - 1
src/views/infra/apiAccessLog/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="系统日志" url="https://doc.iocoder.cn/system-log/" />
+  <!-- <doc-alert title="系统日志" url="https://doc.iocoder.cn/system-log/" /> -->
 
   <ContentWrap>
     <!-- 搜索工作栏 -->

+ 1 - 1
src/views/infra/apiErrorLog/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="系统日志" url="https://doc.iocoder.cn/system-log/" />
+  <!-- <doc-alert title="系统日志" url="https://doc.iocoder.cn/system-log/" /> -->
 
   <ContentWrap>
     <!-- 搜索工作栏 -->

+ 2 - 2
src/views/infra/codegen/index.vue

@@ -1,8 +1,8 @@
 <template>
-  <doc-alert title="代码生成(单表)" url="https://doc.iocoder.cn/new-feature/" />
+  <!-- <doc-alert title="代码生成(单表)" url="https://doc.iocoder.cn/new-feature/" />
   <doc-alert title="代码生成(树表)" url="https://doc.iocoder.cn/new-feature/tree/" />
   <doc-alert title="代码生成(主子表)" url="https://doc.iocoder.cn/new-feature/master-sub/" />
-  <doc-alert title="单元测试" url="https://doc.iocoder.cn/unit-test/" />
+  <doc-alert title="单元测试" url="https://doc.iocoder.cn/unit-test/" /> -->
 
   <!-- 搜索 -->
   <ContentWrap>

+ 1 - 1
src/views/infra/config/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="配置中心" url="https://doc.iocoder.cn/config-center/" />
+  <!-- <doc-alert title="配置中心" url="https://doc.iocoder.cn/config-center/" /> -->
 
   <!-- 搜索 -->
   <ContentWrap>

+ 1 - 1
src/views/infra/dbDoc/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="数据库文档" url="https://doc.iocoder.cn/db-doc/" />
+  <!-- <doc-alert title="数据库文档" url="https://doc.iocoder.cn/db-doc/" /> -->
 
   <ContentWrap title="数据库文档">
     <div class="mb-10px">

+ 1 - 1
src/views/infra/demo/demo01/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="代码生成(单表)" url="https://doc.iocoder.cn/new-feature/" />
+  <!-- <doc-alert title="代码生成(单表)" url="https://doc.iocoder.cn/new-feature/" /> -->
 
   <ContentWrap>
     <!-- 搜索工作栏 -->

+ 1 - 1
src/views/infra/demo/demo02/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="代码生成(树表)" url="https://doc.iocoder.cn/new-feature/tree/" />
+  <!-- <doc-alert title="代码生成(树表)" url="https://doc.iocoder.cn/new-feature/tree/" /> -->
 
   <ContentWrap>
     <!-- 搜索工作栏 -->

+ 1 - 1
src/views/infra/demo/demo03/erp/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="代码生成(主子表)" url="https://doc.iocoder.cn/new-feature/master-sub/" />
+  <!-- <doc-alert title="代码生成(主子表)" url="https://doc.iocoder.cn/new-feature/master-sub/" /> -->
 
   <ContentWrap>
     <!-- 搜索工作栏 -->

+ 1 - 1
src/views/infra/demo/demo03/inner/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="代码生成(主子表)" url="https://doc.iocoder.cn/new-feature/master-sub/" />
+  <!-- <doc-alert title="代码生成(主子表)" url="https://doc.iocoder.cn/new-feature/master-sub/" /> -->
 
   <ContentWrap>
     <!-- 搜索工作栏 -->

+ 1 - 1
src/views/infra/demo/demo03/normal/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="代码生成(主子表)" url="https://doc.iocoder.cn/new-feature/master-sub/" />
+  <!-- <doc-alert title="代码生成(主子表)" url="https://doc.iocoder.cn/new-feature/master-sub/" /> -->
 
   <ContentWrap>
     <!-- 搜索工作栏 -->

+ 2 - 2
src/views/infra/druid/index.vue

@@ -1,6 +1,6 @@
 <template>
-  <doc-alert title="数据库 MyBatis" url="https://doc.iocoder.cn/mybatis/" />
-  <doc-alert title="多数据源(读写分离)" url="https://doc.iocoder.cn/dynamic-datasource/" />
+  <!-- <doc-alert title="数据库 MyBatis" url="https://doc.iocoder.cn/mybatis/" />
+  <doc-alert title="多数据源(读写分离)" url="https://doc.iocoder.cn/dynamic-datasource/" /> -->
 
   <ContentWrap>
     <IFrame v-if="!loading" :src="url" />

+ 1 - 1
src/views/infra/file/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="上传下载" url="https://doc.iocoder.cn/file/" />
+  <!-- <doc-alert title="上传下载" url="https://doc.iocoder.cn/file/" /> -->
   <!-- 搜索 -->
   <ContentWrap>
     <el-form

+ 1 - 1
src/views/infra/fileConfig/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="上传下载" url="https://doc.iocoder.cn/file/" />
+  <!-- <doc-alert title="上传下载" url="https://doc.iocoder.cn/file/" /> -->
 
   <!-- 搜索 -->
   <ContentWrap>

+ 2 - 2
src/views/infra/job/index.vue

@@ -1,7 +1,7 @@
 <template>
-  <doc-alert title="定时任务" url="https://doc.iocoder.cn/job/" />
+  <!-- <doc-alert title="定时任务" url="https://doc.iocoder.cn/job/" />
   <doc-alert title="异步任务" url="https://doc.iocoder.cn/async-task/" />
-  <doc-alert title="消息队列" url="https://doc.iocoder.cn/message-queue/" />
+  <doc-alert title="消息队列" url="https://doc.iocoder.cn/message-queue/" /> -->
 
   <ContentWrap>
     <!-- 搜索工作栏 -->

+ 2 - 2
src/views/infra/job/logger/index.vue

@@ -1,7 +1,7 @@
 <template>
-  <doc-alert title="定时任务" url="https://doc.iocoder.cn/job/" />
+  <!-- <doc-alert title="定时任务" url="https://doc.iocoder.cn/job/" />
   <doc-alert title="异步任务" url="https://doc.iocoder.cn/async-task/" />
-  <doc-alert title="消息队列" url="https://doc.iocoder.cn/message-queue/" />
+  <doc-alert title="消息队列" url="https://doc.iocoder.cn/message-queue/" /> -->
 
   <ContentWrap>
     <!-- 搜索工作栏 -->

+ 2 - 2
src/views/infra/redis/index.vue

@@ -1,6 +1,6 @@
 <template>
-  <doc-alert title="Redis 缓存" url="https://doc.iocoder.cn/redis-cache/" />
-  <doc-alert title="本地缓存" url="https://doc.iocoder.cn/local-cache/" />
+  <!-- <doc-alert title="Redis 缓存" url="https://doc.iocoder.cn/redis-cache/" />
+  <doc-alert title="本地缓存" url="https://doc.iocoder.cn/local-cache/" /> -->
   <el-scrollbar height="calc(100vh - 88px - 40px - 50px)">
     <el-row>
       <!-- 基本信息 -->

+ 1 - 1
src/views/infra/server/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="服务监控" url="https://doc.iocoder.cn/server-monitor/" />
+  <!-- <doc-alert title="服务监控" url="https://doc.iocoder.cn/server-monitor/" /> -->
 
   <ContentWrap>
     <IFrame v-if="!loading" v-loading="loading" :src="src" />

+ 1 - 1
src/views/infra/skywalking/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="服务监控" url="https://doc.iocoder.cn/server-monitor/" />
+  <!-- <doc-alert title="服务监控" url="https://doc.iocoder.cn/server-monitor/" /> -->
 
   <ContentWrap>
     <IFrame v-if="!loading" v-loading="loading" :src="src" />

+ 1 - 1
src/views/infra/swagger/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="接口文档" url="https://doc.iocoder.cn/api-doc/" />
+  <!-- <doc-alert title="接口文档" url="https://doc.iocoder.cn/api-doc/" /> -->
 
   <ContentWrap>
     <IFrame :src="src" />

+ 1 - 1
src/views/mall/promotion/coupon/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="功能开启" url="https://doc.iocoder.cn/mall/build/" />
+  <!-- <doc-alert title="功能开启" url="https://doc.iocoder.cn/mall/build/" /> -->
 
   <!-- 搜索工作栏 -->
   <ContentWrap>

+ 1 - 1
src/views/mall/promotion/coupon/template/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="功能开启" url="https://doc.iocoder.cn/mall/build/" />
+  <!-- <doc-alert title="功能开启" url="https://doc.iocoder.cn/mall/build/" /> -->
 
   <!-- 搜索工作栏 -->
   <ContentWrap>

+ 1 - 1
src/views/mall/promotion/seckill/config/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="功能开启" url="https://doc.iocoder.cn/mall/build/" />
+  <!-- <doc-alert title="功能开启" url="https://doc.iocoder.cn/mall/build/" /> -->
 
   <!-- 搜索工作栏 -->
   <ContentWrap>

+ 1 - 1
src/views/mp/account/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="公众号接入" url="https://doc.iocoder.cn/mp/account/" />
+  <!-- <doc-alert title="公众号接入" url="https://doc.iocoder.cn/mp/account/" /> -->
 
   <!-- 搜索工作栏 -->
   <ContentWrap>

+ 1 - 1
src/views/mp/autoReply/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="自动回复" url="https://doc.iocoder.cn/mp/auto-reply/" />
+  <!-- <doc-alert title="自动回复" url="https://doc.iocoder.cn/mp/auto-reply/" /> -->
 
   <!-- 搜索工作栏 -->
   <ContentWrap>

+ 1 - 1
src/views/mp/draft/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="公众号图文" url="https://doc.iocoder.cn/mp/article/" />
+  <!-- <doc-alert title="公众号图文" url="https://doc.iocoder.cn/mp/article/" /> -->
 
   <!-- 搜索工作栏 -->
   <ContentWrap>

+ 1 - 1
src/views/mp/freePublish/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="公众号图文" url="https://doc.iocoder.cn/mp/article/" />
+  <!-- <doc-alert title="公众号图文" url="https://doc.iocoder.cn/mp/article/" /> -->
 
   <!-- 搜索工作栏 -->
   <ContentWrap>

+ 1 - 1
src/views/mp/material/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="公众号素材" url="https://doc.iocoder.cn/mp/material/" />
+  <!-- <doc-alert title="公众号素材" url="https://doc.iocoder.cn/mp/material/" /> -->
   <!-- 搜索工作栏 -->
   <ContentWrap>
     <el-form class="-mb-15px" :inline="true" label-width="68px">

+ 1 - 1
src/views/mp/menu/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="公众号菜单" url="https://doc.iocoder.cn/mp/menu/" />
+  <!--  <doc-alert title="公众号菜单" url="https://doc.iocoder.cn/mp/menu/" /> -->
   <!-- 搜索工作栏 -->
   <ContentWrap>
     <el-form class="-mb-15px" ref="queryFormRef" :inline="true" label-width="68px">

+ 1 - 1
src/views/mp/tag/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="公众号标签" url="https://doc.iocoder.cn/mp/tag/" />
+  <!-- <doc-alert title="公众号标签" url="https://doc.iocoder.cn/mp/tag/" /> -->
 
   <!-- 搜索工作栏 -->
   <ContentWrap>

+ 1 - 1
src/views/mp/user/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="公众号粉丝" url="https://doc.iocoder.cn/mp/user/" />
+  <!-- <doc-alert title="公众号粉丝" url="https://doc.iocoder.cn/mp/user/" /> -->
 
   <!-- 搜索工作栏 -->
   <ContentWrap>

+ 1 - 1
src/views/pay/app/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="支付功能开启" url="https://doc.iocoder.cn/pay/build/" />
+  <!-- <doc-alert title="支付功能开启" url="https://doc.iocoder.cn/pay/build/" /> -->
   <!-- 搜索 -->
   <ContentWrap>
     <el-form

+ 2 - 2
src/views/pay/demo/order/index.vue

@@ -1,8 +1,8 @@
 <template>
-  <doc-alert title="支付宝支付接入" url="https://doc.iocoder.cn/pay/alipay-pay-demo/" />
+  <!-- <doc-alert title="支付宝支付接入" url="https://doc.iocoder.cn/pay/alipay-pay-demo/" />
   <doc-alert title="支付宝、微信退款接入" url="https://doc.iocoder.cn/pay/refund-demo/" />
   <doc-alert title="微信公众号支付接入" url="https://doc.iocoder.cn/pay/wx-pub-pay-demo/" />
-  <doc-alert title="微信小程序支付接入" url="https://doc.iocoder.cn/pay/wx-lite-pay-demo/" />
+  <doc-alert title="微信小程序支付接入" url="https://doc.iocoder.cn/pay/wx-lite-pay-demo/" /> -->
 
   <!-- 操作工具栏 -->
   <el-row :gutter="10" class="mb8">

+ 1 - 1
src/views/pay/notify/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="支付功能开启" url="https://doc.iocoder.cn/pay/build/" />
+  <!-- <doc-alert title="支付功能开启" url="https://doc.iocoder.cn/pay/build/" /> -->
 
   <!-- 搜索工作栏 -->
   <ContentWrap>

+ 2 - 2
src/views/pay/order/index.vue

@@ -1,7 +1,7 @@
 <template>
-  <doc-alert title="支付宝支付接入" url="https://doc.iocoder.cn/pay/alipay-pay-demo/" />
+ <!-- <doc-alert title="支付宝支付接入" url="https://doc.iocoder.cn/pay/alipay-pay-demo/" />
   <doc-alert title="微信公众号支付接入" url="https://doc.iocoder.cn/pay/wx-pub-pay-demo/" />
-  <doc-alert title="微信小程序支付接入" url="https://doc.iocoder.cn/pay/wx-lite-pay-demo/" />
+  <doc-alert title="微信小程序支付接入" url="https://doc.iocoder.cn/pay/wx-lite-pay-demo/" /> -->
 
   <ContentWrap>
     <el-form

+ 1 - 1
src/views/pay/refund/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="支付宝、微信退款接入" url="https://doc.iocoder.cn/pay/refund-demo/" />
+  <!-- <doc-alert title="支付宝、微信退款接入" url="https://doc.iocoder.cn/pay/refund-demo/" /> -->
 
   <!-- 搜索工作栏 -->
   <ContentWrap>

+ 1 - 1
src/views/system/area/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="地区 & IP" url="https://doc.iocoder.cn/area-and-ip/" />
+  <!-- <doc-alert title="地区 & IP" url="https://doc.iocoder.cn/area-and-ip/" /> -->
 
   <!-- 操作栏 -->
   <ContentWrap>

+ 1 - 1
src/views/system/errorCode/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="异常处理(错误码)" url="https://doc.iocoder.cn/exception/" />
+  <!-- <doc-alert title="异常处理(错误码)" url="https://doc.iocoder.cn/exception/" /> -->
 
   <!-- 搜索工作栏 -->
   <ContentWrap>

+ 1 - 1
src/views/system/loginlog/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="系统日志" url="https://doc.iocoder.cn/system-log/" />
+  <!-- <doc-alert title="系统日志" url="https://doc.iocoder.cn/system-log/" /> -->
 
   <ContentWrap>
     <!-- 搜索工作栏 -->

+ 1 - 1
src/views/system/mail/account/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="邮件配置" url="https://doc.iocoder.cn/mail" />
+  <!-- <doc-alert title="邮件配置" url="https://doc.iocoder.cn/mail" /> -->
 
   <!-- 搜索工作栏 -->
   <ContentWrap>

+ 1 - 1
src/views/system/mail/log/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="邮件配置" url="https://doc.iocoder.cn/mail" />
+  <!-- <doc-alert title="邮件配置" url="https://doc.iocoder.cn/mail" /> -->
 
   <!-- 搜索工作栏 -->
   <ContentWrap>

+ 1 - 1
src/views/system/mail/template/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="邮件配置" url="https://doc.iocoder.cn/mail" />
+  <!-- <doc-alert title="邮件配置" url="https://doc.iocoder.cn/mail" /> -->
 
   <!-- 搜索工作栏 -->
   <ContentWrap>

+ 2 - 2
src/views/system/menu/index.vue

@@ -1,6 +1,6 @@
 <template>
-  <doc-alert title="功能权限" url="https://doc.iocoder.cn/resource-permission" />
-  <doc-alert title="菜单路由" url="https://doc.iocoder.cn/vue3/route/" />
+  <!-- <doc-alert title="功能权限" url="https://doc.iocoder.cn/resource-permission" />
+  <doc-alert title="菜单路由" url="https://doc.iocoder.cn/vue3/route/" /> -->
 
   <!-- 搜索工作栏 -->
   <ContentWrap>

+ 1 - 1
src/views/system/notify/message/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="站内信配置" url="https://doc.iocoder.cn/notify/" />
+  <!-- <doc-alert title="站内信配置" url="https://doc.iocoder.cn/notify/" /> -->
 
   <ContentWrap>
     <!-- 搜索工作栏 -->

+ 1 - 1
src/views/system/notify/my/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="站内信配置" url="https://doc.iocoder.cn/notify/" />
+  <!-- <doc-alert title="站内信配置" url="https://doc.iocoder.cn/notify/" /> -->
 
   <ContentWrap>
     <!-- 搜索工作栏 -->

+ 1 - 1
src/views/system/notify/template/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="站内信配置" url="https://doc.iocoder.cn/notify/" />
+  <!-- <doc-alert title="站内信配置" url="https://doc.iocoder.cn/notify/" /> -->
 
   <!-- 搜索工作栏 -->
   <ContentWrap>

+ 1 - 1
src/views/system/oauth2/client/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="OAuth 2.0(SSO 单点登录)" url="https://doc.iocoder.cn/oauth2/" />
+  <!-- <doc-alert title="OAuth 2.0(SSO 单点登录)" url="https://doc.iocoder.cn/oauth2/" /> -->
 
   <!-- 搜索 -->
   <ContentWrap>

+ 1 - 1
src/views/system/oauth2/token/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="OAuth 2.0(SSO 单点登录)" url="https://doc.iocoder.cn/oauth2/" />
+  <!-- <doc-alert title="OAuth 2.0(SSO 单点登录)" url="https://doc.iocoder.cn/oauth2/" /> -->
 
   <ContentWrap>
     <!-- 搜索工作栏 -->

+ 1 - 1
src/views/system/operatelog/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="系统日志" url="https://doc.iocoder.cn/system-log/" />
+  <!-- <doc-alert title="系统日志" url="https://doc.iocoder.cn/system-log/" /> -->
 
   <ContentWrap>
     <!-- 搜索工作栏 -->

+ 2 - 2
src/views/system/role/index.vue

@@ -1,6 +1,6 @@
 <template>
-  <doc-alert title="功能权限" url="https://doc.iocoder.cn/resource-permission" />
-  <doc-alert title="数据权限" url="https://doc.iocoder.cn/data-permission" />
+ <!-- <doc-alert title="功能权限" url="https://doc.iocoder.cn/resource-permission" />
+  <doc-alert title="数据权限" url="https://doc.iocoder.cn/data-permission" /> -->
 
   <ContentWrap>
     <!-- 搜索工作栏 -->

+ 1 - 1
src/views/system/sms/channel/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="短信配置" url="https://doc.iocoder.cn/sms/" />
+  <!-- <doc-alert title="短信配置" url="https://doc.iocoder.cn/sms/" /> -->
 
   <ContentWrap>
     <el-form

+ 1 - 1
src/views/system/sms/log/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="短信配置" url="https://doc.iocoder.cn/sms/" />
+  <!-- <doc-alert title="短信配置" url="https://doc.iocoder.cn/sms/" /> -->
 
   <ContentWrap>
     <!-- 搜索工作栏 -->

+ 1 - 1
src/views/system/sms/template/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="短信配置" url="https://doc.iocoder.cn/sms/" />
+  <!-- <doc-alert title="短信配置" url="https://doc.iocoder.cn/sms/" /> -->
 
   <ContentWrap>
     <!-- 搜索工作栏 -->

+ 1 - 1
src/views/system/social/client/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="三方登录" url="https://doc.iocoder.cn/social-user/" />
+  <!-- <doc-alert title="三方登录" url="https://doc.iocoder.cn/social-user/" /> -->
 
   <ContentWrap>
     <!-- 搜索工作栏 -->

+ 1 - 1
src/views/system/social/user/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="三方登录" url="https://doc.iocoder.cn/social-user/" />
+  <!-- <doc-alert title="三方登录" url="https://doc.iocoder.cn/social-user/" /> -->
 
   <ContentWrap>
     <!-- 搜索工作栏 -->

+ 9 - 9
src/views/system/tenant/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="SaaS 多租户" url="https://doc.iocoder.cn/saas-tenant/" />
+  <!-- <doc-alert title="SaaS 多租户" url="https://doc.iocoder.cn/saas-tenant/" /> -->
 
   <!-- 搜索 -->
   <ContentWrap>
@@ -10,10 +10,10 @@
       :inline="true"
       label-width="68px"
     >
-      <el-form-item label="租户名" prop="name">
+      <el-form-item label="品牌方" prop="name">
         <el-input
           v-model="queryParams.name"
-          placeholder="请输入租户名"
+          placeholder="请输入品牌方"
           clearable
           @keyup.enter="handleQuery"
           class="!w-240px"
@@ -37,10 +37,10 @@
           class="!w-240px"
         />
       </el-form-item>
-      <el-form-item label="租户状态" prop="status">
+      <el-form-item label="品牌方状态" label-width="auto" prop="status">
         <el-select
           v-model="queryParams.status"
-          placeholder="请选择租户状态"
+          placeholder="请选择品牌方状态"
           clearable
           class="!w-240px"
         >
@@ -99,9 +99,9 @@
   <!-- 列表 -->
   <ContentWrap>
     <el-table v-loading="loading" :data="list">
-      <el-table-column label="租户编号" align="center" prop="id" />
-      <el-table-column label="租户名" align="center" prop="name" />
-      <el-table-column label="租户套餐" align="center" prop="packageId">
+      <el-table-column label="品牌方编号" width="100" align="center" prop="id" />
+      <el-table-column label="品牌方" align="center" prop="name" />
+      <el-table-column label="品牌方套餐" width="120" align="center" prop="packageId">
         <template #default="scope">
           <el-tag v-if="scope.row.packageId === 0" type="danger">系统租户</el-tag>
           <template v-else v-for="item in packageList">
@@ -126,7 +126,7 @@
         :formatter="dateFormatter"
       />
       <el-table-column label="绑定域名" align="center" prop="website" width="180" />
-      <el-table-column label="租户状态" align="center" prop="status">
+      <el-table-column label="品牌方状态" width="120" align="center" prop="status">
         <template #default="scope">
           <dict-tag :type="DICT_TYPE.COMMON_STATUS" :value="scope.row.status" />
         </template>

+ 1 - 1
src/views/system/tenantPackage/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <doc-alert title="SaaS 多租户" url="https://doc.iocoder.cn/saas-tenant/" />
+  <!-- <doc-alert title="SaaS 多租户" url="https://doc.iocoder.cn/saas-tenant/" /> -->
 
   <!-- 搜索 -->
   <ContentWrap>

+ 2 - 2
src/views/system/user/index.vue

@@ -1,7 +1,7 @@
 <template>
-  <doc-alert title="用户体系" url="https://doc.iocoder.cn/user-center/" />
+  <!-- <doc-alert title="用户体系" url="https://doc.iocoder.cn/user-center/" />
   <doc-alert title="三方登陆" url="https://doc.iocoder.cn/social-user/" />
-  <doc-alert title="Excel 导入导出" url="https://doc.iocoder.cn/excel-import-and-export/" />
+  <doc-alert title="Excel 导入导出" url=" https://doc.iocoder.cn/excel-import-and-export/" /> -->
 
   <el-row :gutter="20">
     <!-- 左侧部门树 -->