From e5ca62a8fb0bf2fef9d305cde0a6edc2cf30e506 Mon Sep 17 00:00:00 2001 From: 刘小明 <liuxm_a@163.com> Date: 星期三, 07 八月 2024 16:05:38 +0800 Subject: [PATCH] 初始化代码优化,登录时有密码长度校验,帮初始密码改为6位 --- pms-parent/pms-global/src/main/resources/application-global.yml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/pms-parent/pms-global/src/main/resources/application-global.yml b/pms-parent/pms-global/src/main/resources/application-global.yml index 48fed10..18aa106 100644 --- a/pms-parent/pms-global/src/main/resources/application-global.yml +++ b/pms-parent/pms-global/src/main/resources/application-global.yml @@ -69,9 +69,12 @@ other: webPort: 12348 idSuffix: 5 - nologin: + station: webPort: 12349 idSuffix: 6 + report: + webPort: 12350 + idSuffix: 7 file: idSuffix: 99 file1: @@ -104,6 +107,7 @@ photoZipWidth: 400 #缂╃暐鍥惧昂瀵� webFile: fmUrl: http://127.0.0.1:${pms.other.webPort}/other # fm鐨剋eb涓婁笅鏂� URL + supportedFileTypes: docx,xlsx,pdf sv1: id: dyFile1 absolutePath: E:/java/nginx-1.24.0/html/webfiles/ -- Gitblit v1.8.0