spring-cloud/admin-web/src/mock-data/currentUserData.js

57 lines
1.2 KiB
Java
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

// TODO 临时使用,后台暂时无接口
function getCurrentUser() {
return {
name: 'Serati Ma',
avatar: 'https://gw.alipayobjects.com/zos/antfincdn/XAosXuNZyF/BiazfanxmamNRoxxVxka.png',
userid: '00000001',
email: 'antdesign@alipay.com',
signature: '',
title: '',
group: 'UED',
tags: [
{
key: '0',
label: '',
},
{
key: '1',
label: '',
},
{
key: '2',
label: '~',
},
{
key: '3',
label: '',
},
{
key: '4',
label: '',
},
{
key: '5',
label: '',
},
],
notifyCount: 12,
unreadCount: 11,
country: 'China',
geographic: {
province: {
label: '',
key: '330000',
},
city: {
label: '',
key: '330100',
},
},
address: '西 77 ',
phone: '0752-268888888',
};
}
export default getCurrentUser();