From ce70bd97c7f2577f0978b39b9da1ccdd8d5b768f Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期五, 19 九月 2025 22:50:14 +0800
Subject: [PATCH] 机床增加设备编号
---
src/main.js | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/main.js b/src/main.js
index 6a64268..5b8db4a 100644
--- a/src/main.js
+++ b/src/main.js
@@ -44,6 +44,10 @@
import tenantDatasource from './views/system/tenantdatasource.vue';
//鏂囦欢瀵规瘮
import CodeDiff from 'v-code-diff'
+import mitt from 'mitt'
+
+const myemitter = mitt()
+window.myemitter = myemitter;
window.$crudCommon = crudCommon;
debug();
@@ -52,6 +56,7 @@
for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
app.component(key, component);
}
+
app.component('basicContainer', basicContainer);
app.component('basicBlock', basicBlock);
app.component('highlight', highlight);
--
Gitblit v1.9.3