lilei 3 anos atrás
pai
commit
cee7cd6daf
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/layouts/BasicLayout.vue

+ 1 - 1
src/layouts/BasicLayout.vue

@@ -227,7 +227,7 @@ export default {
     this.$store.dispatch('ToggleTheme', localStorage.getItem('DEFAULT_THEME') || 'dark')
     this.$store.dispatch('ToggleFontSize', localStorage.getItem('DEFAULT_FONT_SIZE') || 'small')
     // 判断是否是当月25日后
-    this.$store.state.app.isLastDayForMonth = moment().date() >= 5
+    this.$store.state.app.isLastDayForMonth = moment().date() >= 25
     if (this.$store.state.app.isLastDayForMonth && this.$hasPermissions('M_mothEndTips')) {
       this.$notification.warning({
         message: '提示',