| | |
| | | } |
| | | }, |
| | | created () { |
| | | |
| | | }, |
| | | mounted () { |
| | | this.updateDate() |
| | | // this.initData() |
| | | }, |
| | | methods: { |
| | |
| | | this.$router.push(item.path) |
| | | }, |
| | | updateDate () { |
| | | this.nowDate = dayjs().format('YYYY年M月D日') |
| | | this.nowWeek = weeks[new Date().getDay()] |
| | | this.nowDate = dayjs().format('YYYY年M月D日') |
| | | |
| | | }, |
| | | initData () { |
| | | this.getWorkHead() |
| | |
| | | width: 100%; |
| | | height: 200px; |
| | | padding: 20px; |
| | | color: #fff; |
| | | background: linear-gradient(180deg, #0c6ce3 0%, rgba(32, 127, 247, 0) 100%); |
| | | /* color: #fff; |
| | | background: linear-gradient(180deg, #0c6ce3 0%, rgba(32, 127, 247, 0) 100%);*/ |
| | | } |
| | | } |
| | | </style> |