From 625d2b6dd9bd4a1c63bf7e1b2701393d908f7a81 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期六, 11 五月 2024 08:31:12 +0800
Subject: [PATCH] 客户数据库变更,部分铝框没有对应玻璃信息,扫码添加出片队列时,当铝框没有对应玻璃时直接添加到出片队列

---
 CanadaMes-ui/src/main.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/CanadaMes-ui/src/main.js b/CanadaMes-ui/src/main.js
index 197ff46..a6bc365 100644
--- a/CanadaMes-ui/src/main.js
+++ b/CanadaMes-ui/src/main.js
@@ -10,10 +10,14 @@
 import VueI18n from 'vue-i18n'
 import zhCN from './lang/locales/zh-CN.json' // 涓枃璇█鍖�
 import enUS from './lang/locales/en-US.json' // 鑻辨枃璇█鍖�
+//import websocketPlugin from './api/websocketPlugin';  // 寮曞叆鎻掍欢鏂囦欢
 // import store from './store'
 
 // import store from './store'
 Vue.use(VueI18n)
+// Vue.use(websocketPlugin, {
+//   ip: 'localhost',  // 鏇挎崲鎴愪綘鐨� WebSocket 鏈嶅姟鍣� IP 鍦板潃
+// });
 
 const i18n = new VueI18n({
   locale: 'en-US', 

--
Gitblit v1.8.0