From a44f2c3b5db92069ea2813ecf8cb12a6ab3b2203 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期四, 19 五月 2022 17:04:07 +0800 Subject: [PATCH] 管理员权限雁验证 --- app/src/main/resources/static/admin/pages/home.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/src/main/resources/static/7aed59d33d777100/home.html b/app/src/main/resources/static/admin/pages/home.html similarity index 98% rename from app/src/main/resources/static/7aed59d33d777100/home.html rename to app/src/main/resources/static/admin/pages/home.html index 11b08f8..1d84e5a 100644 --- a/app/src/main/resources/static/7aed59d33d777100/home.html +++ b/app/src/main/resources/static/admin/pages/home.html @@ -27,7 +27,7 @@ // var is_remember = false; </script> - <script type="text/javascript" src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script> + <script type="text/javascript" src="../admin/js/jquery.min.js"></script> <style> -- Gitblit v1.8.0