Browse Source

chore: casUserId move sysUserId

master
wangxiang 2 years ago
parent
commit
91eedcdaf4
No known key found for this signature in database
GPG Key ID: 1BA7946AB6B232E4
  1. 1
      src/api/platform/core/entity/user.ts

1
src/api/platform/core/entity/user.ts

@ -7,7 +7,6 @@ @@ -7,7 +7,6 @@
*/
import type { CasUser } from '/@/api/common/base/entity';
import type { RequestOptions } from '/#/axios';
import { SsoUser } from '/@/api/platform/system/entity/ssoUser';
/** 登录参数对象 */
export interface LoginParams {

Loading…
Cancel
Save