用户排序问题
This commit is contained in:
parent
ca45d0e4c1
commit
fe54e21956
@ -63,7 +63,7 @@ spring:
|
||||
# 合并多个DruidDataSource的监控数据
|
||||
use-global-data-source-stat: true
|
||||
redis:
|
||||
host: 127.0.0.1
|
||||
host: 192.168.0.156
|
||||
port: 6379
|
||||
password: 666
|
||||
database: 1
|
||||
@ -144,7 +144,7 @@ sms:
|
||||
default-sms:
|
||||
account: xd001382
|
||||
password: xd001382136
|
||||
sign: 【AIXXX平台】
|
||||
sign: 【AI秒著引擎】
|
||||
template:
|
||||
verification-code: '{sign} 您的验证码为 {content}, 有效时间为120秒,若非本人操作,请忽略。'
|
||||
|
||||
|
@ -82,7 +82,7 @@
|
||||
var windowWidth = $(window).width();
|
||||
var windowHeight = $(window).height();
|
||||
var resizeTimeout = null;
|
||||
var tableUrl = 'api/user/custom/listpage';
|
||||
var tableUrl = 'api/user/custom/listpage?sort=lastLoginTime&order=desc';
|
||||
|
||||
// 初始化表格
|
||||
function initTable() {
|
||||
|
Loading…
Reference in New Issue
Block a user