用户排序问题

This commit is contained in:
TS-QD1 2024-07-29 16:43:12 +08:00
parent ca45d0e4c1
commit fe54e21956
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ spring:
# 合并多个DruidDataSource的监控数据 # 合并多个DruidDataSource的监控数据
use-global-data-source-stat: true use-global-data-source-stat: true
redis: redis:
host: 127.0.0.1 host: 192.168.0.156
port: 6379 port: 6379
password: 666 password: 666
database: 1 database: 1
@ -144,7 +144,7 @@ sms:
default-sms: default-sms:
account: xd001382 account: xd001382
password: xd001382136 password: xd001382136
sign: 【AIXXX平台 sign: 【AI秒著引擎
template: template:
verification-code: '{sign} 您的验证码为 {content}, 有效时间为120秒若非本人操作请忽略。' verification-code: '{sign} 您的验证码为 {content}, 有效时间为120秒若非本人操作请忽略。'

View File

@ -82,7 +82,7 @@
var windowWidth = $(window).width(); var windowWidth = $(window).width();
var windowHeight = $(window).height(); var windowHeight = $(window).height();
var resizeTimeout = null; var resizeTimeout = null;
var tableUrl = 'api/user/custom/listpage'; var tableUrl = 'api/user/custom/listpage?sort=lastLoginTime&order=desc';
// 初始化表格 // 初始化表格
function initTable() { function initTable() {