From 909e611a0ac4d72333f75c53b2cd69062ff9c903 Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期六, 13 一月 2024 22:59:23 +0800 Subject: [PATCH] 修改api里的错误 --- src/api/Api.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/api/Api.js b/src/api/Api.js index 43d8f6e..3f044ed 100644 --- a/src/api/Api.js +++ b/src/api/Api.js @@ -32,7 +32,7 @@ deviceTypeQuery: { url: '/devicetype/pageQuery', method: 'POST' - } + }, maintainCreate: { url: '/maintain/save', method: 'POST' -- Gitblit v1.9.3