From caef1ff213da160e818342eceb3d77fac0db280d Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期五, 30 五月 2025 16:41:29 +0800 Subject: [PATCH] qx --- src/main.js | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/main.js b/src/main.js index 7e6eb69..0ac844c 100644 --- a/src/main.js +++ b/src/main.js @@ -15,18 +15,18 @@ import { download } from "@/utils/request"; import Print from "vue-print-nb"; -import Updater from "./utils/AutoUpdate.js"; +// import Updater from "./utils/AutoUpdate.js"; //鍓嶇閲嶆柊閮ㄧ讲閫氱煡鐢ㄦ埛鍒锋柊缃戦〉 -const AutoUpdate = new Updater() -AutoUpdate.on('update',()=>{ - setTimeout(async()=>{ - const result = confirm('褰撳墠鐗堟湰宸叉洿鏂帮紝璇风偣鍑荤‘瀹氬埛鏂伴〉闈綋楠�'); - if(result){ - location.reload(); - } - },500) -}) +// const AutoUpdate = new Updater() +// AutoUpdate.on('update',()=>{ +// setTimeout(async()=>{ +// const result = confirm('褰撳墠鐗堟湰宸叉洿鏂帮紝璇风偣鍑荤‘瀹氬埛鏂伴〉闈綋楠�'); +// if(result){ +// location.reload(); +// } +// },500) +// }) import JsonExcel from "vue-json-excel"; -- Gitblit v1.8.0