load.js 298 B

12345678910111213141516171819
  1. 'use strict';
  2. export default {
  3. /**
  4. * [web 首页客服]
  5. * @type {Object}
  6. */
  7. web:{
  8. /**
  9. * [index 首页客服系统]
  10. * @author szjcomo
  11. * @date 2020-12-04
  12. * @return {[type]} [description]
  13. */
  14. index:function() {
  15. return import('@/views/web/index.vue');
  16. }
  17. }
  18. };