From 4bbe28762641da71c99a7ec17147f2cbb9790082 Mon Sep 17 00:00:00 2001 From: wolfcode <37436228+wolf-leo@users.noreply.github.com> Date: Mon, 17 Mar 2025 18:02:06 +0800 Subject: [PATCH] refactor(system): upgrade tabs functionality and improve error handling - Replace element.on with tabs.on for better tab management Add success and error handling for form submission - Update HTML structure to use layui-tabs for improved UI - Remove unnecessary Vue import --- app/admin/view/system/config/index.html | 18 ++++++------------ public/static/admin/js/system/config.js | 17 ++++++++++------- 2 files changed, 16 insertions(+), 19 deletions(-) diff --git a/app/admin/view/system/config/index.html b/app/admin/view/system/config/index.html index 289b448..a284870 100644 --- a/app/admin/view/system/config/index.html +++ b/app/admin/view/system/config/index.html @@ -1,22 +1,16 @@