From 3be9948bd0756e545d27f3b69456f1840fd9febb Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期五, 16 九月 2022 09:08:30 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/user/user.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/user/user.js b/src/main/webapp/static/js/user/user.js index 92c751a..86b838d 100644 --- a/src/main/webapp/static/js/user/user.js +++ b/src/main/webapp/static/js/user/user.js @@ -15,7 +15,7 @@ insTb2 = table.render({ elem: '#userTable', headers: {token: localStorage.getItem('token')}, - url: baseUrl+'/user/list/auth', + url: baseUrl+'/user/page/auth', page: true, limit: 15, limits: [15, 30, 50, 100, 200, 500], -- Gitblit v1.9.1