img.js 141 B

1234567
  1. const img = {
  2. indexImage: '/static/banner.jpg',
  3. mineImage: '/static/mine_bg.png',
  4. qrImage: '/static/qr_img.png',
  5. }
  6. module.exports = img;