diff --git a/src/components/FooterNav.vue b/src/components/FooterNav.vue index 61b7b1f..9265c36 100644 --- a/src/components/FooterNav.vue +++ b/src/components/FooterNav.vue @@ -3,6 +3,12 @@

版权所有:朝阳区委社会工委区民政局

京ICP备19040879号 Copyright 2019-2029 www.cyteam.orz.cn All Rights Reserved

+

+ 友情链接: + 发票查验平台 + 北京市税务局 + 天眼查 +

@@ -61,7 +67,7 @@ export default { display: flex; justify-content: space-between; align-items: center; - margin-top: 34px; + margin-top: 30px; img { width: 80px; @@ -84,23 +90,48 @@ export default { height: 64px; text-align: center; - & > p:first-child { - font-family: "MicrosoftYaHei"; - font-size: 16px; - font-weight: normal; - font-stretch: normal; - letter-spacing: -1px; - color: #ffffff; - } + p { + &:nth-of-type(1) { + font-family: "MicrosoftYaHei"; + font-size: 16px; + font-weight: normal; + font-stretch: normal; + letter-spacing: -1px; + color: #ffffff; + } + &:nth-of-type(2) { + font-family: "MicrosoftYaHei"; + font-size: 16px; + font-weight: bold; + font-stretch: normal; + margin-top: 15px; + letter-spacing: 0px; + color: #ffffff; + } + &:nth-of-type(3) { + margin-top: 15px; + display: flex; + justify-content: center; + align-items: center; - & > p:last-child { - font-family: "MicrosoftYaHei"; - font-size: 16px; - font-weight: bold; - font-stretch: normal; - margin-top: 30px; - letter-spacing: 0px; - color: #ffffff; + span { + font-family: "MicrosoftYaHei"; + font-size: 16px; + font-weight: bold; + font-stretch: normal; + letter-spacing: 0px; + color: #fff; + } + + a { + margin-left: 10px; + color: #fff; + + &:hover { + color: #0099ff; + } + } + } } } } diff --git a/src/components/HeaderNav.vue b/src/components/HeaderNav.vue index a33b5f5..ab1a176 100644 --- a/src/components/HeaderNav.vue +++ b/src/components/HeaderNav.vue @@ -52,6 +52,7 @@ export default { }) this.$message.success('退出成功!') sessionStorage.clear() + localStorage.clear() this.enter = true } }, diff --git a/src/router.js b/src/router.js index 8b0603a..bf9d0f4 100644 --- a/src/router.js +++ b/src/router.js @@ -147,7 +147,7 @@ export default new Router({ }, /** 项目进度 */ { - path: '/schedule', + path: '/schedule:id', name: 'schedule', meta: { requireAuth: true diff --git a/src/views/Registered.vue b/src/views/Registered.vue index 754ffbe..7873d48 100644 --- a/src/views/Registered.vue +++ b/src/views/Registered.vue @@ -1,6 +1,6 @@