From fe54e21956cb09cb8e832da8fc0401b019cf16f3 Mon Sep 17 00:00:00 2001 From: TS-QD1 Date: Mon, 29 Jul 2024 16:43:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=8E=92=E5=BA=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 4 ++-- src/main/resources/templates/user/custom/list.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 1f612fe..7f74915 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -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秒,若非本人操作,请忽略。' diff --git a/src/main/resources/templates/user/custom/list.html b/src/main/resources/templates/user/custom/list.html index 1cedc24..cd0310b 100644 --- a/src/main/resources/templates/user/custom/list.html +++ b/src/main/resources/templates/user/custom/list.html @@ -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() {