You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/**
|
|
* 多页应用配置,只需要配置基础路径即可。
|
|
*/
|
|
|
|
const pagesConfig = {
|
|
index: {
|
|
template: 'public/index.html',
|
|
title: 'vue-element-admin-webpack'
|
|
}
|
|
}
|
|
|
|
module.exports = pagesConfig
|