From 1c144d0930269bec72d80994ea18a4bf3d9a1427 Mon Sep 17 00:00:00 2001
From: houzhongjian <houzhongyi@126.com>
Date: 星期二, 07 一月 2025 15:07:43 +0800
Subject: [PATCH] 移除工作流component

---
 src/api/prod/runTime.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/api/prod/runTime.ts b/src/api/prod/runTime.ts
index f5a322a..c149f03 100644
--- a/src/api/prod/runTime.ts
+++ b/src/api/prod/runTime.ts
@@ -28,7 +28,7 @@
 
 // 查询RunTime详情
 export const getRunTime = (id: number) => {
-  return request.get({ url: `/xmcpms/prod/prod/device/runTime/info/${id}`})
+  return request.get({ url: `/xmcpms/prod/device/runTime/info/${id}`})
 }
 
 // 新增RunTime

--
Gitblit v1.9.3