fix: Fix the packaging failure issue (#10734)

This commit is contained in:
ssongliu
2025-10-23 16:45:02 +08:00
committed by wanghe-fit2cloud
parent 7ff39c91da
commit 7ff1819799
-1
View File
@@ -24,4 +24,3 @@ export const getLoginSetting = () => {
export const getWelcomePage = () => {
return http.get<string>('/core/auth/welcome');
};