From da4d9e70d2c37f59a365b0fb88ad70e8c1ba79b4 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期一, 11 十二月 2023 10:25:01 +0800 Subject: [PATCH] 机器开机率优化 --- src/main.js | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/main.js b/src/main.js index ec9e245..064ed8d 100644 --- a/src/main.js +++ b/src/main.js @@ -4,7 +4,6 @@ import store from "./store" import ElementUI from "element-ui" import "element-ui/lib/theme-chalk/index.css" - Vue.config.productionTip = false // import Element from "element-ui" @@ -14,7 +13,6 @@ import { preventReClick } from "@/api/global-directives"; Vue.use(preventReClick); Vue.use(ElementUI) - new Vue({ router, store, -- Gitblit v1.8.0