Ben Lin
2024-10-07 b6163e1bed94b4d02d1b6f01fdc2eb3f15ca22e3
src/store/modules/errorLog.ts
@@ -1,12 +1,12 @@
import type { ErrorLogInfo } from '/#/store';
import type { ErrorLogInfo } from '#/store';
import { defineStore } from 'pinia';
import { store } from '/@/store';
import { store } from '@/store';
import { formatToDateTime } from '/@/utils/dateUtil';
import projectSetting from '/@/settings/projectSetting';
import { formatToDateTime } from '@/utils/dateUtil';
import projectSetting from '@/settings/projectSetting';
import { ErrorTypeEnum } from '/@/enums/exceptionEnum';
import { ErrorTypeEnum } from '@/enums/exceptionEnum';
export interface ErrorLogState {
  errorLogInfoList: Nullable<ErrorLogInfo[]>;