From bf64e8016283b18c04d5392dd9c002b921021af2 Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期六, 07 三月 2026 09:47:04 +0800 Subject: [PATCH] # --- src/main/webapp/views/deviceLogs/deviceLogs.html | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/deviceLogs/deviceLogs.html b/src/main/webapp/views/deviceLogs/deviceLogs.html index 56f8d78..ed5c392 100644 --- a/src/main/webapp/views/deviceLogs/deviceLogs.html +++ b/src/main/webapp/views/deviceLogs/deviceLogs.html @@ -206,10 +206,11 @@ <script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script> <script src="../../static/vue/js/vue.min.js"></script> <script src="../../static/vue/element/element.js"></script> +<script src="../../components/MonitorCardKit.js"></script> <script src="../../components/WatchCrnCard.js"></script> <script src="../../components/WatchRgvCard.js"></script> <script src="../../components/WatchDualCrnCard.js"></script> <script src="../../components/DevpCard.js"></script> <script type="text/javascript" src="../../static/js/deviceLogs/deviceLogs.js" charset="utf-8"></script> </body> -</html> \ No newline at end of file +</html> -- Gitblit v1.9.1