web-fast 默认使用 vue 前端展示

This commit is contained in:
thinkgem
2024-04-01 12:02:24 +08:00
parent 77d4247449
commit 59e0a80b37
3 changed files with 40 additions and 7 deletions

View File

@@ -107,6 +107,16 @@ logging:
#========== System settings ===========#
#======================================#
# 管理基础路径
adminPath: /a
# 前端基础路径
frontPath: /f
# Vue 资源文件路径,与 VITE_PUBLIC_PATH 一致。
# 映射到 src/main/resources/{vuePath} 文件夹
vuePath: /vue
# 用户相关
user:
@@ -136,8 +146,11 @@ state:
# Shiro 相关
shiro:
# 主页路径
defaultPath: ${shiro.loginUrl}
# defaultPath: ${shiro.loginUrl}
defaultPath: ${vuePath}/login
# Vue 资源文件路径,与 VITE_PUBLIC_PATH 一致
vuePath: /vue
# 登录相关设置
loginUrl: ${adminPath}/login