.umirc.58live.js 291 B

123456789101112131415161718
  1. // 58直播配置文件
  2. export default {
  3. routes: [
  4. {
  5. path: '/',
  6. component: '../layouts/index',
  7. routes: [
  8. {
  9. path: '/',
  10. component: '../pages/Popularize01/Popularize01'
  11. },
  12. ]
  13. }
  14. ],
  15. define: {
  16. 'PAGE_TYPE': '58live'
  17. }
  18. }