人民医院前端

assets.config.js 259B

1234567891011121314151617
  1. import indexConfig from './index.config.js';
  2. const PATH = indexConfig.assetsPath;
  3. export default {
  4. // 默认头像
  5. headImg: PATH + '/missing-face.png',
  6. // 500
  7. noNetWorkImg: PATH + '/noNetWork.png',
  8. // 404
  9. notFoundImg: PATH + '/notFound.png',
  10. };