lyh
3 天以前 6df50fe2f94dc9059445b24e65ff53967a5c57d7
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
      }
    },