From 99c4692a0de9fd96d93dcf5fce4a13e7bb686523 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期一, 31 五月 2021 23:21:14 +0800 Subject: [PATCH] update 升级 luttuce 为 redisson 性能更强 工具更全 --- ruoyi-ui/src/views/system/notice/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/system/notice/index.vue b/ruoyi-ui/src/views/system/notice/index.vue index 1f570a8..aefa12b 100644 --- a/ruoyi-ui/src/views/system/notice/index.vue +++ b/ruoyi-ui/src/views/system/notice/index.vue @@ -176,7 +176,7 @@ </template> <script> -import { listNotice, getNotice, delNotice, addNotice, updateNotice, exportNotice } from "@/api/system/notice"; +import { listNotice, getNotice, delNotice, addNotice, updateNotice } from "@/api/system/notice"; import Editor from '@/components/Editor'; export default { @@ -340,4 +340,4 @@ } } }; -</script> \ No newline at end of file +</script> -- Gitblit v1.9.3