config.js 114 B

1234567
  1. /**
  2. * @description 导出自定义配置
  3. **/
  4. const config = {
  5. layout: "vertical",
  6. };
  7. module.exports = config;