|
@@ -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>
|