From 77094dd01f0c6ff59b4fb4fa1105addf34b2398c Mon Sep 17 00:00:00 2001 From: doum <doum> Date: 星期二, 16 六月 2026 18:49:03 +0800 Subject: [PATCH] 新增智能电表、空调管理 --- h5/api/index.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/h5/api/index.js b/h5/api/index.js index c931054..8e9931f 100644 --- a/h5/api/index.js +++ b/h5/api/index.js @@ -2,6 +2,7 @@ export * from '@/utils/config.js' export * from './staff' export * from './yw' +export * from './customer' -- Gitblit v1.9.3