jiangping
2025-04-11 d188a73a5eb50438a469c00aa0df9f68507f3fe5
代码初始化
已修改1个文件
9 ■■■■■ 文件已修改
admin/src/views/index.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin/src/views/index.vue
@@ -225,8 +225,10 @@
    }
  },
  created () {
  },
  mounted () {
    this.updateDate()
    // this.initData()
  },
  methods: {
@@ -243,8 +245,9 @@
      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()
@@ -1009,8 +1012,8 @@
    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>