From efcb0389624ac9c44514757f4047eabdd8771ff0 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Fri, 1 Dec 2023 11:19:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=B5=81=E7=A8=8B=E6=8A=84?= =?UTF-8?q?=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supervise-portal-ui/src/api/system/postManage/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervise-portal-ui/src/api/system/postManage/index.js b/supervise-portal-ui/src/api/system/postManage/index.js index 25659615..10505057 100644 --- a/supervise-portal-ui/src/api/system/postManage/index.js +++ b/supervise-portal-ui/src/api/system/postManage/index.js @@ -80,7 +80,7 @@ export function selectList(data){ // 查询所有流程名称 export function selectFlowList(){ return request({ - url: '/flowable/v1/flow/selectFlowList', + url: '/flowable/v2/flow/selectFlowList', method: 'get' }) }