panhui vor 1 Jahr
Ursprung
Commit
afc937efd8

+ 1 - 1
src/main/zhi-rong-web/README.md

@@ -21,4 +21,4 @@ yarn lint
 ```
 ```
 
 
 ### Customize configuration
 ### Customize configuration
-智戎管理平台官网
+智戎知识产权公共服务平台官网

+ 1 - 1
src/main/zhi-rong-web/public/index.html

@@ -7,7 +7,7 @@
         <link rel="icon" href="<%= BASE_URL %>logo.ico" />
         <link rel="icon" href="<%= BASE_URL %>logo.ico" />
         <link rel="stylesheet" href="https://at.alicdn.com/t/font_2605369_p2nnseyr5n.css" />
         <link rel="stylesheet" href="https://at.alicdn.com/t/font_2605369_p2nnseyr5n.css" />
         <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
         <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
-        <title>智戎管理平台</title>
+        <title>智戎知识产权公共服务平台</title>
         <style>
         <style>
             @font-face {
             @font-face {
                 font-family: 'Noto Sans';
                 font-family: 'Noto Sans';

+ 19 - 3
src/main/zhi-rong-web/src/views/Index.vue

@@ -50,8 +50,10 @@
                     <!-- 页面所涉及产品信息仅用于展示目的,本网站及本网站展商合作方保留更改网页上所列产品相关信息的权利,恕不另行通知。 -->
                     <!-- 页面所涉及产品信息仅用于展示目的,本网站及本网站展商合作方保留更改网页上所列产品相关信息的权利,恕不另行通知。 -->
                     <!-- </div> -->
                     <!-- </div> -->
                 </div>
                 </div>
-              <div class="footer-content_pIc record_jump" @click="recordJump">Copyright © 2019 - 2022 Fentiao 版权所有 苏ICP备17027521号</div>
-
+                <div class="footer-content_pIc record_jump" @click="recordJump">
+                    Copyright © 2019 - 2024 Fentiao 版权所有
+                    <a href="https://beian.miit.gov.cn/" target="_blank">苏ICP备18049761号-3</a>
+                </div>
             </el-footer>
             </el-footer>
         </el-container>
         </el-container>
 
 
@@ -81,7 +83,7 @@ export default {
             return this.$route.meta.title || '智戎知识产权';
             return this.$route.meta.title || '智戎知识产权';
         }
         }
     },
     },
-    methods:{
+    methods: {
         recordJump() {
         recordJump() {
             location.href = 'https://beian.miit.gov.cn/';
             location.href = 'https://beian.miit.gov.cn/';
         }
         }
@@ -201,4 +203,18 @@ export default {
         height: 68px;
         height: 68px;
     }
     }
 }
 }
+.footer-content_pIc {
+    text-align: center;
+    color: #fff;
+    position: absolute;
+    bottom: 0;
+    width: 100%;
+    a {
+        color: #fff;
+        cursor: pointer;
+        &:hover {
+            text-decoration: underline;
+        }
+    }
+}
 </style>
 </style>