Lius
3 天以前 93dda3d2ed5d6f592f768b3fe58f4182ebb5746b
src/components/layouts/TerminalLayout.vue
@@ -26,7 +26,7 @@
    name: 'TerminalLayout',
    data() {
      return {
        currentDateAndTime: null,
        currentDateAndTime: moment().format('YYYY-MM-DD HH:mm:ss'),
        getDateAndTimeInterval: null
      }
    },