移除重复参数

This commit is contained in:
thinkgem
2024-12-11 10:22:55 +08:00
parent 8623b1a497
commit 56be7dd689

View File

@@ -149,9 +149,6 @@ shiro:
# defaultPath: ${shiro.loginUrl}
defaultPath: ${vuePath}/login
# Vue 资源文件路径,与 VITE_PUBLIC_PATH 一致
vuePath: /vue
# 登录相关设置
loginUrl: ${adminPath}/login
logoutUrl: ${shiro.loginUrl}