You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

imageHelper.js 213B

1 yıl önce
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. }