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 @@