2
0

feat: 门户拦截定向跳转

This commit is contained in:
TsMask
2024-12-06 21:28:43 +08:00
parent 222ecc7558
commit 2c9d6e4e07
8 changed files with 104 additions and 11 deletions

View File

@@ -136,6 +136,7 @@ declare namespace Api {
code: string;
uuid: string;
authType: string;
wanfiRedirectParams: any;
}
interface RegisterBody{
username: string;

View File

@@ -114,6 +114,7 @@ declare global {
const getFixedTabIds: typeof import('../store/modules/tab/shared')['getFixedTabIds']
const getFixedTabs: typeof import('../store/modules/tab/shared')['getFixedTabs']
const getGlobalMenusByAuthRoutes: typeof import('../store/modules/route/shared')['getGlobalMenusByAuthRoutes']
const getQueryParams: typeof import('../utils/common')['getQueryParams']
const getRouteIcons: typeof import('../store/modules/tab/shared')['getRouteIcons']
const getSelectedMenuKeyPathByKey: typeof import('../store/modules/route/shared')['getSelectedMenuKeyPathByKey']
const getServiceBaseURL: typeof import('../utils/service')['getServiceBaseURL']

View File

@@ -3,6 +3,8 @@ declare namespace StorageType {
interface Session {
/** The theme color */
themeColor: string;
/** Redirect Params */
wanfiRedirectParams: string;
// /**
// * the theme settings
// */