From 863490a56ebc6675587d163faacf2bf4ef03fa50 Mon Sep 17 00:00:00 2001 From: 曹睿 <360930172@qq.com> Date: 星期三, 23 四月 2025 10:20:43 +0800 Subject: [PATCH] feat: 完成单丝编号展示 --- src/api/product/twist.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/api/product/twist.ts b/src/api/product/twist.ts index 8a39f77..54d1fe1 100644 --- a/src/api/product/twist.ts +++ b/src/api/product/twist.ts @@ -23,7 +23,7 @@ // 鍗曚笣棰嗙敤鎵爜 getScarn(params: any) { return request<BaseResult<any>>({ - url: "/app/getScarn", + url: "/app/scarn", method: "GET", data: params, }); -- Gitblit v1.9.3