From 16f3805c4365ee9bcb061606e45e05c338ec79c6 Mon Sep 17 00:00:00 2001 From: LiLongLong <13717757313@163.com> Date: Mon, 3 Mar 2025 15:45:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/services/matrix/craft.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/services/matrix/craft.ts b/src/services/matrix/craft.ts index 7570125..9ee3d43 100644 --- a/src/services/matrix/craft.ts +++ b/src/services/matrix/craft.ts @@ -1,7 +1,6 @@ import type { WorkType } from "../globalCmd/cmdTypes"; import httpRequest, { type BaseResponse } from "../httpRequest"; import type { CraftItem } from "@/services/matrix/type"; -import { getHistoryInfo } from '../../../../A8000/src/services/Index/history'; export function getList(params: { pageSize: number; pageNum: number }) { return httpRequest({