From 2ac835e4f9fd939b17c057051e6a2fe5de86c0cf Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Tue, 28 Feb 2023 16:51:19 +0800 Subject: [PATCH] -- fix bug --- src/api/apis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/apis.js b/src/api/apis.js index ae74b11e..fb053205 100644 --- a/src/api/apis.js +++ b/src/api/apis.js @@ -5,4 +5,4 @@ export const PROJECT_AUDIT_PAGE = '/admin/project/auditedlistV2 post'; export const ROUTER_DETAIL_MODIFY = '/admin/router/routerInfoTemp post'; export const PROJECT_DETAIL_MODIFY = '/admin/project/projectInfoTemp post'; export const PROJECT_TEMPLATE_DETAIL_MODIFY = '/admin/project/template/editStageAndTask post'; -export const PROJECT_RELEASE = '/admin/project/realease'; \ No newline at end of file +export const PROJECT_RELEASE = '/admin/project/realease';