mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat: 新增租户下拉组件
This commit is contained in:
1
src/typings/components.d.ts
vendored
1
src/typings/components.d.ts
vendored
@ -141,6 +141,7 @@ declare module 'vue' {
|
||||
TableHeaderOperation: typeof import('./../components/advanced/table-header-operation.vue')['default']
|
||||
TableRowCheckAlert: typeof import('./../components/advanced/table-row-check-alert.vue')['default']
|
||||
TableSiderLayout: typeof import('./../components/advanced/table-sider-layout.vue')['default']
|
||||
TenantSelect: typeof import('./../components/custom/tenant-select.vue')['default']
|
||||
ThemeSchemaSwitch: typeof import('./../components/common/theme-schema-switch.vue')['default']
|
||||
WaveBg: typeof import('./../components/custom/wave-bg.vue')['default']
|
||||
}
|
||||
|
2
src/typings/storage.d.ts
vendored
2
src/typings/storage.d.ts
vendored
@ -44,5 +44,7 @@ declare namespace StorageType {
|
||||
};
|
||||
/** The login form rember */
|
||||
loginRember: Api.Auth.PwdLoginForm;
|
||||
/** The tenant id */
|
||||
tenantId: CommonType.IdType;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user