From 6cd56393b38ada3b7d2e6545eecc925c672cbf3b Mon Sep 17 00:00:00 2001 From: hjdhnx Date: Mon, 31 Oct 2022 11:26:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E4=BA=86=E4=B8=AA=E6=B2=A1=E5=95=A5?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/layui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/layui.py b/controllers/layui.py index 93f85c6..6bea46c 100644 --- a/controllers/layui.py +++ b/controllers/layui.py @@ -118,7 +118,7 @@ def layui_rule_list(): @layui.route('/api/jx_list') def layui_jx_list(): # 拖拽排序教程 https://blog.csdn.net/qq_41829337/article/details/126610406 - host = request.host_url # 获取当前访问链接对应的host + host = request.host_url.rstrip('/') # 获取当前访问链接对应的host page = int(getParmas('page',1)) limit = int(getParmas('limit',10)) new_conf = cfg -- GitLab