From 343e09083fef894bd918228cfb3947824fd5b08b Mon Sep 17 00:00:00 2001 From: wenlele Date: Fri, 3 Nov 2023 17:50:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95333?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/lib/routes/organization/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/lib/routes/organization/index.js b/api/app/lib/routes/organization/index.js index cbc7f68..bb58fa8 100644 --- a/api/app/lib/routes/organization/index.js +++ b/api/app/lib/routes/organization/index.js @@ -46,7 +46,7 @@ module.exports = function (app, router, opts) { // app.fs.api.logAttr['get/threePhase'] = { content: '获取三相电流数据', visible: true }; - router.get('/threePhase', data.getPumpStation); + // router.get('/threePhase', data.getPumpStation); } catch (error) { console.log(error.response); }