From a637cdb04ab7e0954196ad0d8e7cc24ae22ee93a Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期二, 10 三月 2026 13:22:22 +0800
Subject: [PATCH] #
---
src/main/webapp/views/watch/console.html | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
diff --git a/src/main/webapp/views/watch/console.html b/src/main/webapp/views/watch/console.html
index 1656a0b..5abc253 100644
--- a/src/main/webapp/views/watch/console.html
+++ b/src/main/webapp/views/watch/console.html
@@ -507,7 +507,6 @@
}
</style>
<script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script>
- <script type="text/javascript" src="../../static/layui/layui.js"></script>
<script type="text/javascript" src="../../static/js/handlebars/handlebars-v4.5.3.js"></script>
<script type="text/javascript" src="../../static/js/common.js?v=20260309_i18n_fix1"></script>
<script type="text/javascript" src="../../static/vue/js/vue.min.js"></script>
@@ -860,18 +859,6 @@
window.ELEMENT.Message({
message: message,
type: type || 'info'
- });
- return;
- }
- if (window.layer && typeof window.layer.msg === 'function') {
- const iconMap = {
- success: 1,
- error: 2,
- warning: 0
- };
- window.layer.msg(message, {
- icon: iconMap[type] != null ? iconMap[type] : 0,
- time: 1800
});
return;
}
--
Gitblit v1.9.1