mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 08:36:19 +08:00
chore: update center page
This commit is contained in:
@@ -3,14 +3,12 @@ import { GetAccountInfoModel } from './model/accountModel';
|
||||
|
||||
enum Api {
|
||||
ACCOUNT_INFO = '/account/getAccountInfo',
|
||||
SECURE_LIST = '/account/getSecureList',
|
||||
}
|
||||
|
||||
// 获取个人中心--基础设置内容
|
||||
export function accountInfoApi(params: any) {
|
||||
export function accountInfoApi() {
|
||||
return defHttp.request<GetAccountInfoModel>({
|
||||
url: Api.ACCOUNT_INFO,
|
||||
method: 'GET',
|
||||
params,
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user