From e3fc390746f81be5ccf5e54104025d770d97f360 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Mon, 09 Mar 2026 09:13:54 +0800
Subject: [PATCH] 修改端口
---
src/main.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main.js b/src/main.js
index 45991ff..7a0dbbb 100644
--- a/src/main.js
+++ b/src/main.js
@@ -7,7 +7,6 @@
import Element from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
-
import '@/styles/index.scss' // global css
import App from './App'
@@ -41,8 +40,9 @@
Vue.config.productionTip = false
Vue.config.devtools = true
-import { stopReClick } from './utils/stopReClick'
+import { stopReClick, longReClick } from './utils/stopReClick'
Vue.use(stopReClick)
+Vue.use(longReClick)
window.vueInstance = new Vue({
el: '#app',
--
Gitblit v1.9.2