From 56be7dd689e401c62a4878ed0642484660afaa7e Mon Sep 17 00:00:00 2001 From: thinkgem Date: Wed, 11 Dec 2024 10:22:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E9=87=8D=E5=A4=8D=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web-fast/src/main/resources/config/application.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/web-fast/src/main/resources/config/application.yml b/web-fast/src/main/resources/config/application.yml index 18aa0d8d..3860e3a1 100644 --- a/web-fast/src/main/resources/config/application.yml +++ b/web-fast/src/main/resources/config/application.yml @@ -149,9 +149,6 @@ shiro: # defaultPath: ${shiro.loginUrl} defaultPath: ${vuePath}/login - # Vue 资源文件路径,与 VITE_PUBLIC_PATH 一致 - vuePath: /vue - # 登录相关设置 loginUrl: ${adminPath}/login logoutUrl: ${shiro.loginUrl}