From 94f85a885480905c2b91921b19949c5a47df8546 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Thu, 18 Sep 2025 13:40:47 +0800 Subject: [PATCH] update yml --- web-fast/src/main/resources/config/application.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web-fast/src/main/resources/config/application.yml b/web-fast/src/main/resources/config/application.yml index b3144582..533f1e9b 100644 --- a/web-fast/src/main/resources/config/application.yml +++ b/web-fast/src/main/resources/config/application.yml @@ -125,8 +125,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 # 用户相关