0
点赞
收藏
分享

微信扫一扫

魔兽世界服务器被攻击怎么办?DDoS攻击防御方法

玉新行者 2023-07-14 阅读 59

<template>
  <div class="showTimes">
    <div>{
  { this.nowdate }}</div>
    <div>{
  { this.lunarYear }}</div>
    <div>{
  { this.time }}</div>
    <div id="he-plugin-simple"></div>
  </div>
</template>

<script>
import { fontChart } from "@/utils/echartPxToRem.js";
import { getLunar } from "chinese-lunar-calendar";
export default {
  data() {
    return {
      nowdate: "",
      time: "",
      lunarYear: "",
      getLunarDay: "",
      year: new Date().getFullYear(),
      month: new Date().getMonth() + 1,
      date: new Date().getDate()
    };
  },
  mounted() {
    this.timer = setInterval(() => {
      this.getNowTime();
    }, 1000);

    window.WIDGET 
举报

相关推荐

0 条评论