statics.js 447 B

1234567891011121314
  1. import config from './config.js';
  2. export const statics = {
  3. defaultFace: config.staticUrl + 'vipcard_img_head_default@2x.png',
  4. zhuico: [
  5. config.staticUrl + 'zv1.png', //视频
  6. config.staticUrl + 'za1.png', //音频
  7. config.staticUrl + 'zb1.png', //小说
  8. config.staticUrl + 'cnxh.png', //猜你喜欢
  9. config.staticUrl + 'ab1.png', //关于我们
  10. config.staticUrl + 'zbbz.png', //壁纸
  11. config.staticUrl + 'news1.png', //最新
  12. ],
  13. }