From ed1f402c04f50ab8b92c860facfeb5cd5577b2db Mon Sep 17 00:00:00 2001 From: wojiaoyishang Date: Fri, 24 Jan 2025 18:01:02 +0800 Subject: [PATCH] =?UTF-8?q?Update:=20=EF=BC=88=E6=AD=A5=E9=AA=A4=E5=A4=87?= =?UTF-8?q?=E4=BB=BD=EF=BC=89=E5=AE=8C=E5=96=84=E9=82=AE=E4=BB=B6=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E3=80=81=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E7=9A=84?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- applications/view/system/mail.py | 2 +- templates/system/mail/add.html | 6 +++--- templates/system/mail/main.html | 14 +++++++------- templates/system/photo/photo.html | 6 +++--- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/applications/view/system/mail.py b/applications/view/system/mail.py index 0ad03c6..01ec31a 100644 --- a/applications/view/system/mail.py +++ b/applications/view/system/mail.py @@ -20,7 +20,7 @@ def main(): return render_template('system/mail/main.html') -# 用户分页查询 +# 用户分页查询 @bp.get('/data') @authorize("system:mail:main") def data(): diff --git a/templates/system/mail/add.html b/templates/system/mail/add.html index a420915..6c5c305 100644 --- a/templates/system/mail/add.html +++ b/templates/system/mail/add.html @@ -34,11 +34,11 @@
- - @@ -53,7 +53,7 @@ form.on('submit(mail-save)', function (data) { let loading = layer.load() $.ajax({ - url: '/admin/mail/save', + url: '/system/mail/save', data: JSON.stringify(data.field), dataType: 'json', contentType: 'application/json', diff --git a/templates/system/mail/main.html b/templates/system/mail/main.html index 44be20e..09f66fd 100644 --- a/templates/system/mail/main.html +++ b/templates/system/mail/main.html @@ -10,7 +10,7 @@
-
+
@@ -23,11 +23,11 @@
- - @@ -47,13 +47,13 @@ {# 表格操作 #} diff --git a/templates/system/photo/photo.html b/templates/system/photo/photo.html index 132d438..9ea907c 100644 --- a/templates/system/photo/photo.html +++ b/templates/system/photo/photo.html @@ -13,13 +13,13 @@