YangYuGang
2025-03-08 8cae1dcd8d2bde01880ac4b70bdda4e61df3c7ef
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[]>;