| 1234567891011121314151617 |
- import indexConfig from './index.config.js';
- const PATH = indexConfig.assetsPath;
- export default {
- // 默认头像
- headImg: PATH + '/missing-face.png',
-
- // 500
- noNetWorkImg: PATH + '/noNetWork.png',
- // 404
- notFoundImg: PATH + '/notFound.png',
- };
|