pages.config.js 213 B

123456789101112
  1. /**
  2. * 多页应用配置,只需要配置基础路径即可。
  3. */
  4. const pagesConfig = {
  5. index: {
  6. template: 'public/index.html',
  7. title: 'vue-element-admin-webpack'
  8. }
  9. }
  10. module.exports = pagesConfig