From f6abc8c724eed706487b7616bc6c816e5db5c939 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期二, 09 十二月 2025 20:13:48 +0800
Subject: [PATCH] 数量检测页面提交
---
fzzy-igdss-web/src/main/resources/templates/security/patrol/edit.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fzzy-igdss-web/src/main/resources/templates/patrol/edit.html b/fzzy-igdss-web/src/main/resources/templates/security/patrol/edit.html
similarity index 98%
rename from fzzy-igdss-web/src/main/resources/templates/patrol/edit.html
rename to fzzy-igdss-web/src/main/resources/templates/security/patrol/edit.html
index 0575c76..ebd029f 100644
--- a/fzzy-igdss-web/src/main/resources/templates/patrol/edit.html
+++ b/fzzy-igdss-web/src/main/resources/templates/security/patrol/edit.html
@@ -48,7 +48,7 @@
<th:block th:include="include :: select2-js"/>
<script type="text/javascript">
- var prefix = ctx + "patrol";
+ var prefix = ctx + "security/patrol";
$("#form-cabinet-edit").validate({
--
Gitblit v1.9.3