hi-ucs/front/src/config/config.js

10 lines
159 B
Vue

/**
* @description 导出自定义配置
**/
const config = {
layout: 'vertical',
donation: true,
templateFolder: 'project',
}
module.exports = config