您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314
  1. const ImagePath2 = '/icons/@2x/';
  2. const ImageUrl = {
  3. // 未登录头像
  4. unLogin: ImagePath2 + 'unLogin.png',
  5. // 无数据
  6. nodata: ImagePath2 + 'nodata.png',
  7. }
  8. module.exports = {
  9. ImageUrl
  10. }