/**
* 图片资源路径
*/
//成功
const SUCCESS_PATH = '/static/test/notice/01-success.png'
//提示
const NOTICE_PATH = '/static/test/notice/02-notice.png'
//警告
const WARNGING_PATH = '/static/test/notice/03-warning.png'
//错误
const ERROR_PATH = '/static/test/notice/04-error.png'
//默认头像
const USER_AVATAR_PATH = '/static/youhujun/user-avatar.png'
//默认图片
const DEFAULT_PICTURE_PATH = '/static/youhujun/picture.png'
export {
SUCCESS_PATH,
NOTICE_PATH,
WARNGING_PATH,
ERROR_PATH,
USER_AVATAR_PATH,
DEFAULT_PICTURE_PATH
}