From 93de43267e1663031fe5dc2f5ae40d128a182a76 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 18 六月 2026 17:24:51 +0800
Subject: [PATCH] 新增智能电表、空调管理

---
 h5/main.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/h5/main.js b/h5/main.js
index 3250c70..bc3fb14 100644
--- a/h5/main.js
+++ b/h5/main.js
@@ -1,12 +1,14 @@
 import App from './App'
 import store from './store/index.js'
 import uView from "uview-ui"
+import CuWorkbenchFab from '@/components/customer/cu-workbench-fab.vue'
 // #ifndef VUE3
 import Vue from 'vue'
 import './uni.promisify.adaptor'
 
 Vue.config.productionTip = false
 Vue.use(uView)
+Vue.component('cu-workbench-fab', CuWorkbenchFab)
 Vue.prototype.$store = store
 Vue.prototype.showToast = (str) => {
 	setTimeout(() => {

--
Gitblit v1.9.3