gohttpdUi/pages.config.js

13 lines
213 B
JavaScript
Raw Normal View History

2020-12-14 17:32:37 +08:00
/**
* 多页应用配置只需要配置基础路径即可
*/
const pagesConfig = {
index: {
template: 'public/index.html',
title: 'vue-element-admin-webpack'
}
}
module.exports = pagesConfig