From cab60da88659a61615529d13416de5bb82677637 Mon Sep 17 00:00:00 2001 From: mengfu188 <1242733702@qq.com> Date: Sun, 4 Sep 2022 15:55:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=9B=E5=BB=BA=E6=9D=83?= =?UTF-8?q?=E9=99=90=E6=97=B6=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/admin/rights/rights_add.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/rights/rights_add.html b/templates/admin/rights/rights_add.html index 4e36c2f..43d2142 100644 --- a/templates/admin/rights/rights_add.html +++ b/templates/admin/rights/rights_add.html @@ -129,7 +129,7 @@ form.on('submit(power-save)', function(data) { data.field.icon = 'layui-icon ' + data.field.icon; $.ajax({ - url: '/api/v1/rights/power/0', + url: '/api/v1/rights/power/', data: JSON.stringify(data.field), dataType: 'json', contentType: 'application/json', -- Gitee