From 645c926bbd52baa90c0a4af0d253047709c5e02c Mon Sep 17 00:00:00 2001 From: sxq <812980466@qq.com> Date: 星期二, 22 六月 2021 16:06:02 +0800 Subject: [PATCH] 集成lock4j框架,删除redisson锁,使用lock4j的锁。 --- ruoyi-ui/src/main.js | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ruoyi-ui/src/main.js b/ruoyi-ui/src/main.js index 678431f..7d0ac8d 100644 --- a/ruoyi-ui/src/main.js +++ b/ruoyi-ui/src/main.js @@ -20,9 +20,8 @@ import Pagination from "@/components/Pagination"; // 鑷畾涔夎〃鏍煎伐鍏锋墿灞� import RightToolbar from "@/components/RightToolbar" -// 浠g爜楂樹寒鎻掍欢 -import hljs from 'highlight.js' -import 'highlight.js/styles/github-gist.css' +// 澶撮儴鏍囩鎻掍欢 +import VueMeta from 'vue-meta' // 鍏ㄥ眬鏂规硶鎸傝浇 Vue.prototype.getDicts = getDicts @@ -52,7 +51,7 @@ Vue.component('RightToolbar', RightToolbar) Vue.use(permission) -Vue.use(hljs.vuePlugin); +Vue.use(VueMeta) /** * If you don't want to use mock-server -- Gitblit v1.9.3