From 8f45afced0c6a4085560c62dbd58e6ef0f4cecf4 Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期三, 19 二月 2025 16:26:23 +0800 Subject: [PATCH] 提交基础版本 --- ruoyi-admin/src/main/resources/templates/index-topnav.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/index-topnav.html b/ruoyi-admin/src/main/resources/templates/index-topnav.html index 74ecb15..5aed5bb 100644 --- a/ruoyi-admin/src/main/resources/templates/index-topnav.html +++ b/ruoyi-admin/src/main/resources/templates/index-topnav.html @@ -14,7 +14,7 @@ <link th:href="@{/css/animate.min.css}" rel="stylesheet"/> <link th:href="@{/css/style.min.css}" rel="stylesheet"/> <link th:href="@{/css/skins.css?v=20200902}" rel="stylesheet"/> - <link th:href="@{/ruoyi/css/ry-ui.css?v=4.8.0}" rel="stylesheet"/> + <link th:href="@{/ruoyi/css/ry-ui.css?v=4.7.9}" rel="stylesheet"/> <style type="text/css">.fixed-sidebar .nav:not(.navbar-toolbar)>li.active{border-left:0px!important;}</style> </head> <body class="fixed-sidebar full-height-layout gray-bg" th:classappend="${isMobile} ? 'canvas-menu'" style="overflow: hidden"> @@ -321,8 +321,8 @@ <script th:src="@{/js/jquery.contextMenu.min.js}"></script> <script th:src="@{/ajax/libs/blockUI/jquery.blockUI.js}"></script> <script th:src="@{/ajax/libs/layer/layer.min.js}"></script> -<script th:src="@{/ruoyi/js/ry-ui.js?v=4.8.0}"></script> -<script th:src="@{/ruoyi/js/common.js?v=4.8.0}"></script> +<script th:src="@{/ruoyi/js/ry-ui.js?v=4.7.9}"></script> +<script th:src="@{/ruoyi/js/common.js?v=4.7.9}"></script> <script th:src="@{/ruoyi/index.js?v=20201208}"></script> <script th:src="@{/ajax/libs/fullscreen/jquery.fullscreen.js}"></script> <script th:src="@{/js/resize-tabs.js}"></script> -- Gitblit v1.7.1