浏览代码

feat: 静态信息调整

justkang 1 周之前
父节点
当前提交
e5df9694a6
共有 11 个文件被更改,包括 172 次插入172 次删除
  1. 1 1
      .env.development
  2. 2 2
      .env.production
  3. 2 2
      .env.staging
  4. 2 2
      package.json
  5. 二进制
      public/favicon.ico
  6. 二进制
      src/assets/images/logo.png
  7. 1 1
      src/lang/zh-CN/lg.json
  8. 1 1
      src/layout/components/Navbar.vue
  9. 1 1
      src/views/bigScreen/home.vue
  10. 138 138
      src/views/index.vue
  11. 24 24
      src/views/login.vue

+ 1 - 1
.env.development

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = FastBee物联网系统
+VUE_APP_TITLE = 联通数科数采平台
 
 # 开发环境配置
 ENV = 'development'

+ 2 - 2
.env.production

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = FastBee物联网系统
+VUE_APP_TITLE = 联通数科数采平台
 
 # 生产环境配置
 ENV = 'production'
@@ -14,4 +14,4 @@ VUE_APP_MQTT_SERVER_URL = ''
 VUE_APP_BAI_DU_AK = 'nAtaBg9FYzav6c8P9rF9qzsWZfT8O0PD'
 
 # 心知天气key
-VUE_APP_XIN_ZHI_KEY = 'SBh45_yy21FU5ErV_'
+VUE_APP_XIN_ZHI_KEY = 'SBh45_yy21FU5ErV_'

+ 2 - 2
.env.staging

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = FastBee物联网系统
+VUE_APP_TITLE = 联通数科数采平台
 
 NODE_ENV = production
 
@@ -16,4 +16,4 @@ VUE_APP_MQTT_SERVER_URL = 'ws://localhost:8083/mqtt'
 VUE_APP_BAI_DU_AK = 'nAtaBg9FYzav6c8P9rF9qzsWZXXXXXX'
 
 # 心知天气key
-VUE_APP_XIN_ZHI_KEY = 'SBh45_yy21FU5ErV_'
+VUE_APP_XIN_ZHI_KEY = 'SBh45_yy21FU5ErV_'

+ 2 - 2
package.json

@@ -1,11 +1,11 @@
 {
     "name": "fastbee",
     "version": "2.5.2",
-    "description": "FastBee物联网平台",
+    "description": "联通数科数采平台",
     "author": "kerwincui",
     "license": "AGPL3.0",
     "scripts": {
-        "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
+        "dev": "vue-cli-service serve",
         "build:prod": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
         "build:stage": "vue-cli-service build --mode staging",
         "preview": "node build/index.js --preview",

二进制
public/favicon.ico


二进制
src/assets/images/logo.png


+ 1 - 1
src/lang/zh-CN/lg.json

@@ -36,7 +36,7 @@
     "login.989807-34": "微信登录",
     "login.989807-35": "注册账号",
     "login.989807-36": "账号绑定",
-    "login.989807-37": "蜂信物联",
+    "login.989807-37": "联通数科数采平台",
     "login.989807-38": "FastBee开源物联网平台,简单易用,\n更适合中小企业和个人学习使用的物联网平台。",
     "login.989807-39": "FastBee系统采用国内流行度最高的技术栈,帮助更多的企业实现设备联网控制和监测。",
     "login.989807-40": "查看文档",

+ 1 - 1
src/layout/components/Navbar.vue

@@ -7,7 +7,7 @@
 
         <div class="right-menu">
             <template v-if="device !== 'mobile'">
-                <langSelect id="lang-select" class="right-menu-item hover-effect" />
+<!--                <langSelect id="lang-select" class="right-menu-item hover-effect" />-->
                 <size-select class="right-menu-item hover-effect" />
             </template>
 

+ 1 - 1
src/views/bigScreen/home.vue

@@ -10,7 +10,7 @@
                 <div class="guang"></div>
                 <div class="d-flex jc-center">
                     <div class="title">
-                        <span class="title-text">FastBee物联网平台</span>
+                        <span class="title-text">联通数科数采平台</span>
                     </div>
                 </div>
                 <div class="timers ">

+ 138 - 138
src/views/index.vue

@@ -205,57 +205,57 @@
                     </div>
                 </div>
                 <!-- cpu使用率 -->
-                <el-card class="rate" shadow="hover" style="margin: 20px 0px">
-                    <div v-if="isAdmin">
-                        <div style="">
-                            <div class="chart-title">{{ $t('home.usage') }}</div>
-                            <el-row>
-                                <el-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24">
-                                    <div ref="pieCpu" class="pieCpu"></div>
-                                </el-col>
-                            </el-row>
-                        </div>
-                        <el-row :gutter="20">
-                            <el-col :xs="24" :sm="24" :md="24" :lg="12" :xl="12">
-                                <div style="">
-                                    <div class="chart-title">{{ $t('home.memoryRate') }}</div>
-                                    <div ref="pieMemery" class="pieMemery"></div>
-                                </div>
-                            </el-col>
-                            <el-col :xs="24" :sm="24" :md="24" :lg="12" :xl="12">
-                                <div style="">
-                                    <div class="chart-title">{{ $t('home.disk') }}</div>
-                                    <div ref="pieDisk" class="pieDisk"></div>
-                                </div>
-                            </el-col>
-                        </el-row>
-                    </div>
-                    <div v-else>
-                        <el-empty style="height: 500px" :description="$t('dataCenter.analysis.349202-7')"></el-empty>
-                    </div>
-                </el-card>
+<!--                <el-card class="rate" shadow="hover" style="margin: 20px 0px">-->
+<!--                    <div v-if="isAdmin">-->
+<!--                        <div style="">-->
+<!--                            <div class="chart-title">{{ $t('home.usage') }}</div>-->
+<!--                            <el-row>-->
+<!--                                <el-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24">-->
+<!--                                    <div ref="pieCpu" class="pieCpu"></div>-->
+<!--                                </el-col>-->
+<!--                            </el-row>-->
+<!--                        </div>-->
+<!--                        <el-row :gutter="20">-->
+<!--                            <el-col :xs="24" :sm="24" :md="24" :lg="12" :xl="12">-->
+<!--                                <div style="">-->
+<!--                                    <div class="chart-title">{{ $t('home.memoryRate') }}</div>-->
+<!--                                    <div ref="pieMemery" class="pieMemery"></div>-->
+<!--                                </div>-->
+<!--                            </el-col>-->
+<!--                            <el-col :xs="24" :sm="24" :md="24" :lg="12" :xl="12">-->
+<!--                                <div style="">-->
+<!--                                    <div class="chart-title">{{ $t('home.disk') }}</div>-->
+<!--                                    <div ref="pieDisk" class="pieDisk"></div>-->
+<!--                                </div>-->
+<!--                            </el-col>-->
+<!--                        </el-row>-->
+<!--                    </div>-->
+<!--                    <div v-else>-->
+<!--                        <el-empty style="height: 500px" :description="$t('dataCenter.analysis.349202-7')"></el-empty>-->
+<!--                    </div>-->
+<!--                </el-card>-->
             </el-col>
             <!-- 折线图 -->
             <el-col :xs="24" :sm="24" :md="24" :lg="8" :xl="8">
                 <!-- 信息栏 -->
-                <el-card shadow="hover" class="message-card">
-                    <div class="message-title">{{ $t('home.information') }}</div>
-                    <div class="notice-bar" :class="{ animating: animate }" v-if="noticeList.length > 0">
-                        <div class="item-wrap" @click="openDetail(item.noticeId)" v-for="item in noticeList" :key="item.noticeId">
-                            <div class="left-wrap">
-                                <el-tag size="mini" effect="dark" type="warning" v-if="item.noticeType == 2">{{ $t('home.announcement') }}</el-tag>
-                                <el-tag size="mini" effect="dark" v-else>{{ $t('home.message') }}</el-tag>
-                                <span style="margin-left: 8px">{{ item.noticeTitle }}</span>
-                            </div>
-                            <div class="right-wrap">
-                                {{ parseTime(item.createTime, '{y}-{m}-{d}') }}
-                            </div>
-                        </div>
-                    </div>
-                    <div v-else>
-                        <el-empty style="height: 400px" :description="$t('dataCenter.analysis.349202-7')"></el-empty>
-                    </div>
-                </el-card>
+<!--                <el-card shadow="hover" class="message-card">-->
+<!--                    <div class="message-title">{{ $t('home.information') }}</div>-->
+<!--                    <div class="notice-bar" :class="{ animating: animate }" v-if="noticeList.length > 0">-->
+<!--                        <div class="item-wrap" @click="openDetail(item.noticeId)" v-for="item in noticeList" :key="item.noticeId">-->
+<!--                            <div class="left-wrap">-->
+<!--                                <el-tag size="mini" effect="dark" type="warning" v-if="item.noticeType == 2">{{ $t('home.announcement') }}</el-tag>-->
+<!--                                <el-tag size="mini" effect="dark" v-else>{{ $t('home.message') }}</el-tag>-->
+<!--                                <span style="margin-left: 8px">{{ item.noticeTitle }}</span>-->
+<!--                            </div>-->
+<!--                            <div class="right-wrap">-->
+<!--                                {{ parseTime(item.createTime, '{y}-{m}-{d}') }}-->
+<!--                            </div>-->
+<!--                        </div>-->
+<!--                    </div>-->
+<!--                    <div v-else>-->
+<!--                        <el-empty style="height: 400px" :description="$t('dataCenter.analysis.349202-7')"></el-empty>-->
+<!--                    </div>-->
+<!--                </el-card>-->
                 <!-- </div> -->
                 <div class="">
                     <!-- 登录用户数量 -->
@@ -267,87 +267,87 @@
                         </div>
                     </el-card>
                 </div>
-                <div class="">
-                    <!-- mqtt状态数据 -->
-                    <el-card class="card-container" shadow="hover">
-                        <div class="">
-                            <div ref="statsChart" style="height: 300px"></div>
-                        </div>
-                    </el-card>
-                </div>
+<!--                <div class="">-->
+<!--                    &lt;!&ndash; mqtt状态数据 &ndash;&gt;-->
+<!--                    <el-card class="card-container" shadow="hover">-->
+<!--                        <div class="">-->
+<!--                            <div ref="statsChart" style="height: 300px"></div>-->
+<!--                        </div>-->
+<!--                    </el-card>-->
+<!--                </div>-->
             </el-col>
         </el-row>
 
         <!-- h5手机显示页面 -->
-        <el-card shadow="hover" style="margin: -20px 10px 20px 10px" class="phone-card">
-            <el-row :gutter="40">
-                <el-col :xs="24" :sm="24" :md="24" :lg="12" :xl="12" style="padding: 10px">
-                    <div style="padding: 30px; margin: 20px 0; font-size: 14px">
-                        <div style="margin-bottom: 20px; font-family: PingFangSC, PingFang SC; font-weight: 600; font-size: 35px; color: #303133; line-height: 49px; text-align: left; font-style: normal">
-                            {{ $t('views.index.394840-0') }}
-                        </div>
-                        <div style="display: table; font-size: 14px; margin-bottom: 10px">
-                            <div style="display: table-cell; line-height: 22px">
-                                <b style="margin-right: 10px; font-family: PingFangSC, PingFang SC; font-weight: 500; font-size: 13px; color: #67c23a; line-height: 18px; text-align: left; font-style: normal">
-                                    {{ $t('views.index.394840-1') }}
-                                </b>
-                            </div>
-                        </div>
-                        <div style="margin-bottom: 10px">
-                            <div style="width: 70px; font-weight: bold; display: table-cell; padding: 5px 0">{{ $t('views.index.394840-2') }}</div>
-                            <div style="line-height: 22px">{{ $t('views.index.394840-3') }}</div>
-                        </div>
-                        <div style="margin: 10px 0">
-                            <div style="width: 70px; font-weight: bold; display: table-cell; padding: 5px 0">{{ $t('views.index.394840-4') }}</div>
-                            <div style="line-height: 22px">
-                                {{ $t('views.index.394840-5') }}
-                                <br />
-                                <el-link target="_blank" href="https://fastbee.cn/doc/pages/sponsor">{{ $t('views.index.394840-6') }}</el-link>
-                            </div>
-                        </div>
-                    </div>
-                    <div style="padding: 70px 30px 0 20px; font-size: 14px">
-                        <div style="float: left; width: 200px">
-                            <el-image style="width: 180px" :src="require('@/assets/images/code.jpg')"></el-image>
-                        </div>
-                        <div style="float: left">
-                            <div class="mini-program">{{ $t('views.index.394840-7') }}</div>
-                            <div style="display: table; margin-bottom: 5px">
-                                <div class="web-site">{{ $t('views.index.394840-9') }}</div>
-                                <div class="other-site">
-                                    <el-link target="_blank" href="https://fastbee.cn/">www.fastbee.cn</el-link>
-                                </div>
-                            </div>
-                            <div style="display: table; margin-bottom: 5px">
-                                <div class="web-site">{{ $t('views.index.394840-10') }}</div>
-                                <div class="other-site">
-                                    <el-link target="_blank" href="https://fastbee.cn/doc">www.fastbee.cn/doc</el-link>
-                                </div>
-                            </div>
-                            <div style="display: table; margin: 5px 0">
-                                <div class="web-site">{{ $t('views.index.394840-11') }}</div>
-                                <div class="other-site">
-                                    <span>QQ 164770707</span>
-                                </div>
-                            </div>
-                            <div style="display: table; margin-bottom: 10px">
-                                <div class="web-site">{{ $t('views.index.394840-12') }}</div>
-                                <div class="other-site">
-                                    <el-link target="_blank" href="https://gitee.com/kerwincui/wumei-smart" style="font-size: 12px">{{ $t('views.index.394840-13') }}</el-link>
-                                    <el-link target="_blank" href="https://github.com/kerwincui/fastbee" style="margin-left: 20px; font-size: 12px">{{ $t('views.index.394840-14') }}</el-link>
-                                </div>
-                            </div>
-                        </div>
-                    </div>
-                </el-col>
-                <el-col :xs="24" :sm="24" :md="24" :lg="12" :xl="12" style="padding: 30px">
-                    <div class="phone">
-                        <iframe src="https://fastbee.cn/h5" id="iframe" frameborder="0" scrolling="auto" class="phone-container"></iframe>
-                        <div class="frame-remark">{{ $t('views.index.394840-8') }}</div>
-                    </div>
-                </el-col>
-            </el-row>
-        </el-card>
+<!--        <el-card shadow="hover" style="margin: -20px 10px 20px 10px" class="phone-card">-->
+<!--            <el-row :gutter="40">-->
+<!--                <el-col :xs="24" :sm="24" :md="24" :lg="12" :xl="12" style="padding: 10px">-->
+<!--                    <div style="padding: 30px; margin: 20px 0; font-size: 14px">-->
+<!--                        <div style="margin-bottom: 20px; font-family: PingFangSC, PingFang SC; font-weight: 600; font-size: 35px; color: #303133; line-height: 49px; text-align: left; font-style: normal">-->
+<!--                            {{ $t('views.index.394840-0') }}-->
+<!--                        </div>-->
+<!--                        <div style="display: table; font-size: 14px; margin-bottom: 10px">-->
+<!--                            <div style="display: table-cell; line-height: 22px">-->
+<!--                                <b style="margin-right: 10px; font-family: PingFangSC, PingFang SC; font-weight: 500; font-size: 13px; color: #67c23a; line-height: 18px; text-align: left; font-style: normal">-->
+<!--                                    {{ $t('views.index.394840-1') }}-->
+<!--                                </b>-->
+<!--                            </div>-->
+<!--                        </div>-->
+<!--                        <div style="margin-bottom: 10px">-->
+<!--                            <div style="width: 70px; font-weight: bold; display: table-cell; padding: 5px 0">{{ $t('views.index.394840-2') }}</div>-->
+<!--                            <div style="line-height: 22px">{{ $t('views.index.394840-3') }}</div>-->
+<!--                        </div>-->
+<!--                        <div style="margin: 10px 0">-->
+<!--                            <div style="width: 70px; font-weight: bold; display: table-cell; padding: 5px 0">{{ $t('views.index.394840-4') }}</div>-->
+<!--                            <div style="line-height: 22px">-->
+<!--                                {{ $t('views.index.394840-5') }}-->
+<!--                                <br />-->
+<!--                                <el-link target="_blank" href="https://fastbee.cn/doc/pages/sponsor">{{ $t('views.index.394840-6') }}</el-link>-->
+<!--                            </div>-->
+<!--                        </div>-->
+<!--                    </div>-->
+<!--                    <div style="padding: 70px 30px 0 20px; font-size: 14px">-->
+<!--                        <div style="float: left; width: 200px">-->
+<!--                            <el-image style="width: 180px" :src="require('@/assets/images/code.jpg')"></el-image>-->
+<!--                        </div>-->
+<!--                        <div style="float: left">-->
+<!--                            <div class="mini-program">{{ $t('views.index.394840-7') }}</div>-->
+<!--                            <div style="display: table; margin-bottom: 5px">-->
+<!--                                <div class="web-site">{{ $t('views.index.394840-9') }}</div>-->
+<!--                                <div class="other-site">-->
+<!--                                    <el-link target="_blank" href="https://fastbee.cn/">www.fastbee.cn</el-link>-->
+<!--                                </div>-->
+<!--                            </div>-->
+<!--                            <div style="display: table; margin-bottom: 5px">-->
+<!--                                <div class="web-site">{{ $t('views.index.394840-10') }}</div>-->
+<!--                                <div class="other-site">-->
+<!--                                    <el-link target="_blank" href="https://fastbee.cn/doc">www.fastbee.cn/doc</el-link>-->
+<!--                                </div>-->
+<!--                            </div>-->
+<!--                            <div style="display: table; margin: 5px 0">-->
+<!--                                <div class="web-site">{{ $t('views.index.394840-11') }}</div>-->
+<!--                                <div class="other-site">-->
+<!--                                    <span>QQ 164770707</span>-->
+<!--                                </div>-->
+<!--                            </div>-->
+<!--                            <div style="display: table; margin-bottom: 10px">-->
+<!--                                <div class="web-site">{{ $t('views.index.394840-12') }}</div>-->
+<!--                                <div class="other-site">-->
+<!--                                    <el-link target="_blank" href="https://gitee.com/kerwincui/wumei-smart" style="font-size: 12px">{{ $t('views.index.394840-13') }}</el-link>-->
+<!--                                    <el-link target="_blank" href="https://github.com/kerwincui/fastbee" style="margin-left: 20px; font-size: 12px">{{ $t('views.index.394840-14') }}</el-link>-->
+<!--                                </div>-->
+<!--                            </div>-->
+<!--                        </div>-->
+<!--                    </div>-->
+<!--                </el-col>-->
+<!--                <el-col :xs="24" :sm="24" :md="24" :lg="12" :xl="12" style="padding: 30px">-->
+<!--                    <div class="phone">-->
+<!--                        <iframe src="https://fastbee.cn/h5" id="iframe" frameborder="0" scrolling="auto" class="phone-container"></iframe>-->
+<!--                        <div class="frame-remark">{{ $t('views.index.394840-8') }}</div>-->
+<!--                    </div>-->
+<!--                </el-col>-->
+<!--            </el-row>-->
+<!--        </el-card>-->
 
         <!--通知公告详情 -->
         <el-dialog :title="notice.noticeTitle" :visible.sync="open" width="800px" append-to-body>
@@ -364,20 +364,20 @@
             </div>
         </el-dialog>
 
-        <div class="footer-container">
-            <span>
-                Copyright © 2021-2025
-                <a href="https://fastbee.cn/" target="_blank">FastBee</a>
-                |
-                <a href="https://fastbee.cn/" target="_blank">{{ $t('views.index.394840-15') }}</a>
-                | Apache License
-            </span>
-            <br />
-            <span>
-                {{ $t('views.index.394840-17') }}
-                <a href="https://fastbee.cn/doc/" target="_blank">https://fastbee.cn/doc/</a>
-            </span>
-        </div>
+<!--        <div class="footer-container">-->
+<!--            <span>-->
+<!--                Copyright © 2021-2025-->
+<!--                <a href="https://fastbee.cn/" target="_blank">FastBee</a>-->
+<!--                |-->
+<!--                <a href="https://fastbee.cn/" target="_blank">{{ $t('views.index.394840-15') }}</a>-->
+<!--                | Apache License-->
+<!--            </span>-->
+<!--            <br />-->
+<!--            <span>-->
+<!--                {{ $t('views.index.394840-17') }}-->
+<!--                <a href="https://fastbee.cn/doc/" target="_blank">https://fastbee.cn/doc/</a>-->
+<!--            </span>-->
+<!--        </div>-->
     </div>
 </template>
 

+ 24 - 24
src/views/login.vue

@@ -1,10 +1,10 @@
 <template>
     <div class="login-wrap">
         <div class="logo-wrap">
-            <img class="icon" src="@/assets/images/logo-no-word-blue.png" />
+            <img class="icon" src="@/assets/images/logo.png" />
             <span class="text">{{ $t('login.989807-37') }}</span>
         </div>
-        <pre class="introduce-text">{{ $t('login.989807-38') }}</pre>
+<!--        <pre class="introduce-text">{{ $t('login.989807-38') }}</pre>-->
         <div class="img-wrap">
             <img style="width: 100%; height: 100%" src="@/assets/images/cover.png" />
         </div>
@@ -14,9 +14,9 @@
                 <div class="title-wrap">
                     <div v-if="!bindId" class="name">{{ $t('login.989807-1') }}</div>
                     <div v-else class="name">{{ $t('login.989807-36') }}</div>
-                    <langSelect class="lang"></langSelect>
+<!--                    <langSelect class="lang"></langSelect>-->
                 </div>
-                <pre class="demo-account">{{ $t('login.989807-33') }}</pre>
+<!--                <pre class="demo-account">{{ $t('login.989807-33') }}</pre>-->
                 <el-form class="form-wrap" id="loginForm" ref="loginForm" :model="loginForm" :rules="loginRules">
                     <el-form-item prop="username">
                         <div class="item-wrap">
@@ -66,19 +66,19 @@
                         </el-button>
                     </div>
 
-                    <div class="other-link">
-                        <span class="text" @click="handleRegister">{{ $t('login.989807-18') }}</span>
-                        <el-divider direction="vertical"></el-divider>
-                        <span class="text" @click="handleGotoDoc">{{ $t('login.989807-40') }}</span>
-                        <el-divider direction="vertical"></el-divider>
-                        <span class="text" @click="handleGotoOS">{{ $t('login.989807-41') }}</span>
-                    </div>
+<!--                    <div class="other-link">-->
+<!--                        <span class="text" @click="handleRegister">{{ $t('login.989807-18') }}</span>-->
+<!--                        <el-divider direction="vertical"></el-divider>-->
+<!--                        <span class="text" @click="handleGotoDoc">{{ $t('login.989807-40') }}</span>-->
+<!--                        <el-divider direction="vertical"></el-divider>-->
+<!--                        <span class="text" @click="handleGotoOS">{{ $t('login.989807-41') }}</span>-->
+<!--                    </div>-->
 
-                    <div class="other-login">
-                        <span class="text">{{ $t('login.989807-42') }}</span>
-                        <svg-icon class="icon" icon-class="wechat" style="color: #07c160" @click="handleGotoWeChatLogin" />
-                        <svg-icon class="icon" icon-class="envelope" style="color: #486ff2" @click="handleGotoSmsLogin" />
-                    </div>
+<!--                    <div class="other-login">-->
+<!--                        <span class="text">{{ $t('login.989807-42') }}</span>-->
+<!--                        <svg-icon class="icon" icon-class="wechat" style="color: #07c160" @click="handleGotoWeChatLogin" />-->
+<!--                        <svg-icon class="icon" icon-class="envelope" style="color: #486ff2" @click="handleGotoSmsLogin" />-->
+<!--                    </div>-->
                 </el-form>
             </div>
 
@@ -263,14 +263,14 @@
                 </el-button>
             </div>
 
-            <div class="copyright-wrap">
-                <span>
-                    Copyright © 2021-2025
-                    <a target="_blank" href="http://fastbee.cn">FastBee</a>
-                    All Rights Reserved.
-                </span>
-                <a target="_blank" href="https://beian.miit.gov.cn/">滇ICP备2023000466号-6</a>
-            </div>
+<!--            <div class="copyright-wrap">-->
+<!--                <span>-->
+<!--                    Copyright © 2021-2025-->
+<!--                    <a target="_blank" href="http://fastbee.cn">FastBee</a>-->
+<!--                    All Rights Reserved.-->
+<!--                </span>-->
+<!--                <a target="_blank" href="https://beian.miit.gov.cn/">滇ICP备2023000466号-6</a>-->
+<!--            </div>-->
         </div>
     </div>
 </template>