|
@@ -44,6 +44,7 @@ import '@/assets/less/JAreaLinkage.less'
|
|
|
import VueAreaLinkage from 'vue-area-linkage'
|
|
|
import '@/components/jeecg/JVxeTable/install'
|
|
|
import '@/components/JVxeCells/install'
|
|
|
+import preventReClick from '@api/document/throttle.js'
|
|
|
|
|
|
// 表单验证
|
|
|
import { rules } from '@/utils/rules'
|
|
@@ -64,6 +65,7 @@ Vue.use(preview)
|
|
|
Vue.use(vueBus)
|
|
|
Vue.use(JeecgComponents)
|
|
|
Vue.use(VueAreaLinkage)
|
|
|
+Vue.use(preventReClick)
|
|
|
// Vue.prototype.$echarts = echarts // 全局echarts
|
|
|
Vue.config.productionTip = false
|
|
|
|