From 7af2d33d8fda6af451b0873a8f642c3cf7686136 Mon Sep 17 00:00:00 2001 From: 邱宇豪 <qyh123230312> Date: 星期三, 29 十一月 2023 16:21:49 +0800 Subject: [PATCH] 20231129_qiuyh_解决钢筋笼生产查询问题、新加钢筋笼材料标示牌、调整区域打卡 --- web/src/api/index.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/web/src/api/index.js b/web/src/api/index.js index 1d18307..3df51a7 100644 --- a/web/src/api/index.js +++ b/web/src/api/index.js @@ -24,6 +24,7 @@ import Scan from './modules/scan'; // 扫码跳转到对应页面 import Green from './modules/green'; // 扫码跳转到对应页面 import Quality from './modules/quality'; // 质量管理界面 +import Infos from './modules/mixing'; // H5搅合站页面 export default { System, @@ -48,5 +49,6 @@ Safety, Scan, Green, - Quality + Quality, + Infos } -- Gitblit v1.9.3