feat: 门户拦截定向跳转
This commit is contained in:
1
src/typings/api.d.ts
vendored
1
src/typings/api.d.ts
vendored
@@ -136,6 +136,7 @@ declare namespace Api {
|
||||
code: string;
|
||||
uuid: string;
|
||||
authType: string;
|
||||
wanfiRedirectParams: any;
|
||||
}
|
||||
interface RegisterBody{
|
||||
username: string;
|
||||
|
||||
1
src/typings/auto-imports.d.ts
vendored
1
src/typings/auto-imports.d.ts
vendored
@@ -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']
|
||||
|
||||
2
src/typings/storage.d.ts
vendored
2
src/typings/storage.d.ts
vendored
@@ -3,6 +3,8 @@ declare namespace StorageType {
|
||||
interface Session {
|
||||
/** The theme color */
|
||||
themeColor: string;
|
||||
/** Redirect Params */
|
||||
wanfiRedirectParams: string;
|
||||
// /**
|
||||
// * the theme settings
|
||||
// */
|
||||
|
||||
Reference in New Issue
Block a user