From 6107965117e04aef03a4200245b36f673bd9757b Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期五, 03 十一月 2023 10:27:29 +0800 Subject: [PATCH] feat: 去除轮询 plc 接口参数中的工序id --- src/main.js | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/main.js b/src/main.js index 6144894..ec9e245 100644 --- a/src/main.js +++ b/src/main.js @@ -9,7 +9,10 @@ // import Element from "element-ui" // Vue.use(Element, { size: "small", zIndex: 3000 }) - +// 闃叉杩炵画鐐瑰嚮 +// 鍏ㄥ眬鎸囦护 +import { preventReClick } from "@/api/global-directives"; +Vue.use(preventReClick); Vue.use(ElementUI) new Vue({ -- Gitblit v1.8.0