web-fast 默认使用 vue 前端展示
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user