From f37449146d61a49388f557210cad944f032efefe Mon Sep 17 00:00:00 2001
From: 刘小明 <liuxm_a@163.com>
Date: 星期二, 09 七月 2024 13:55:14 +0800
Subject: [PATCH] 名称统一

---
 pms-parent/pms-global/src/main/resources/application-global.yml |    9 ++++++++-
 1 files changed, 8 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 d276283..18aa106 100644
--- a/pms-parent/pms-global/src/main/resources/application-global.yml
+++ b/pms-parent/pms-global/src/main/resources/application-global.yml
@@ -63,12 +63,18 @@
     platform:
         webPort: 12346
         idSuffix: 3
-    product:
+    production:
         webPort: 12347
         idSuffix: 4
     other:
         webPort: 12348
         idSuffix: 5
+    station:
+        webPort: 12349
+        idSuffix: 6
+    report:
+        webPort: 12350
+        idSuffix: 7
     file:
         idSuffix: 99
     file1:
@@ -101,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