Commit ff226562 by Lyan

党建文化代码上传

parent 57d66921
......@@ -849,12 +849,6 @@ export const nav = [
],
},
],
},
{
......
......@@ -767,8 +767,20 @@ const routes = [
],
},
],
},
{
path: "/djwh",
name: "djwh",
component: () => import("@/views/Djwh/index"),
},
service,
{
path: "/login",
name: "login",
......@@ -793,6 +805,7 @@ const routes = [
path: "*",
redirect: "/404",
},
];
const router = new VueRouter({
......
<template>
<div class="foot">
<div class="container">
<p>Copyright © 2013 gs1cn.org All rights reserved 中国物品编码中心 版权所有 </p>
<p>全国统一咨询服务电话:400-7000-690</p>
<p><span class="col-md-6 col-xs-12" style="font-weight:lighter"><a href="http://beian.miit.gov.cn/" target="_blank" style="color: #008dbd;text-decoration:none;"> 京ICP备11036137号-10</a>
<span class="link-pipe" style="margin-left:8px; margin-right:8px">|</span>
<a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010102005499" style="display:inline-block;color: #008dbd;text-decoration:none;height:20px;line-height:20px;">
<img src="../../../assets/image/djwh//beian.png" style="float:left;">京公网安备 11010102005499号</a>
</span>
</p>
</div>
</div>
</template>
<script>
export default {
data() {
return {};
},
computed: {},
methods: {},
mounted() {},
created() {},
};
</script>
<style lang="scss">
</style>
<style lang="scss" scoped>
.foot {
background-color: #eeeeee;
padding: 10px;
text-align: center;
border-top: 1px solid red;
font-size: 12px;
margin-bottom: 20px;
margin-top: 15px;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment