From 23ea3e5020ccd0fe12074b5e5c20bce565e8386b Mon Sep 17 00:00:00 2001 From: thinkgem Date: Thu, 18 Sep 2025 13:40:35 +0800 Subject: [PATCH] update yml --- web-ai/src/main/resources/config/application.yml | 5 +++-- web-fast/src/main/resources/config/application.yml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/web-ai/src/main/resources/config/application.yml b/web-ai/src/main/resources/config/application.yml index 7d1bd7a2..243e08a0 100644 --- a/web-ai/src/main/resources/config/application.yml +++ b/web-ai/src/main/resources/config/application.yml @@ -129,8 +129,9 @@ adminPath: /a # 前端基础路径 frontPath: /f -# Vue 资源文件路径,与 VITE_PUBLIC_PATH 一致。 -# 映射到 src/main/resources/{vuePath} 文件夹 +# Vue 资源文件访问路径,映射到 src/main/resources/{vuePath} 文件夹 +# 如果设置的是 /vue,则映射目录为:src/main/resources/vue 文件夹 +# 该资源映射功能,会自动处理 Vue 的 history 路由模式 vuePath: /vue # 用户相关 diff --git a/web-fast/src/main/resources/config/application.yml b/web-fast/src/main/resources/config/application.yml index 9d61cb17..4d8be94a 100644 --- a/web-fast/src/main/resources/config/application.yml +++ b/web-fast/src/main/resources/config/application.yml @@ -129,8 +129,9 @@ adminPath: /a # 前端基础路径 frontPath: /f -# Vue 资源文件路径,与 VITE_PUBLIC_PATH 一致。 -# 映射到 src/main/resources/{vuePath} 文件夹 +# Vue 资源文件访问路径,映射到 src/main/resources/{vuePath} 文件夹 +# 如果设置的是 /vue,则映射目录为:src/main/resources/vue 文件夹 +# 该资源映射功能,会自动处理 Vue 的 history 路由模式 vuePath: /vue # 用户相关