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',
- ],
- }
|