jiangping
2024-11-27 bc87b51e20a0adf0badf2033ede93cafeb5fc147
admin/src/views/index.vue
@@ -227,13 +227,13 @@
    }
  },
  created() {
    this.updateDate()
    setInterval(() => {
      this.updateDate()
    }, 1000 * 60 * 60)
    // this.updateDate()
    // setInterval(() => {
    //   this.updateDate()
    // }, 1000 * 60 * 60)
  },
  mounted() {
    this.initData()
    // this.initData()
  },
  methods: {
    SubSuccess(str) {