Browse Source

测试333

master
wenlele 1 year ago
parent
commit
343e09083f
  1. 2
      api/app/lib/routes/organization/index.js

2
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 }; // app.fs.api.logAttr['get/threePhase'] = { content: '获取三相电流数据', visible: true };
router.get('/threePhase', data.getPumpStation); // router.get('/threePhase', data.getPumpStation);
} catch (error) { } catch (error) {
console.log(error.response); console.log(error.response);
} }

Loading…
Cancel
Save