From cf68ee0531ebadbc7b27b8e6e56b9f3c4e893e05 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Tue, 09 Jan 2024 16:25:21 +0800
Subject: [PATCH] 首页菜单的首页二字改成英文的Main

---
 src/main/resources/application-test.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml
index 4bfb717..71fac82 100644
--- a/src/main/resources/application-test.yml
+++ b/src/main/resources/application-test.yml
@@ -100,12 +100,12 @@
 
 static:
   resource:
-    url: http://fnt-sh.com/uploadeFile/image/
+    url: http://admin.fnt-sh.com/uploadeFile/image/
     path: /home/javaweb/webresource/uploadeFile/image/
 
 cms:
   api-url: http://154.91.195.148:8878
-  static-url: http://fnt-sh.com/cms/static/
+  static-url: http://admin.fnt-sh.com/cms/static/
   template-path: /home/javaweb/webresource/cms/template
   static-path: /home/javaweb/webresource/cms/static
   output-path: /home/javaweb/webresource/cms/output

--
Gitblit v1.9.1