const ImagePath2 = '/icons/@2x/'; const ImageUrl = { // 未登录头像 unLogin: ImagePath2 + 'unLogin.png', // 无数据 nodata: ImagePath2 + 'nodata.png', } module.exports = { ImageUrl }