|
@@ -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: '提示',
|