1234567891011121314 |
- import config from './config.js';
- export const statics = {
- defaultFace: config.staticUrl + 'vipcard_img_head_default@2x.png',
- zhuico: [
- config.staticUrl + 'zv1.png', //视频
- config.staticUrl + 'za1.png', //音频
- config.staticUrl + 'zb1.png', //小说
- config.staticUrl + 'cnxh.png', //猜你喜欢
- config.staticUrl + 'ab1.png', //关于我们
- config.staticUrl + 'zbbz.png', //壁纸
- config.staticUrl + 'news1.png', //最新
- ],
- }
|