From f7c497d470f6d1c4e8924bba25c20495e80cd051 Mon Sep 17 00:00:00 2001 From: winixt Date: Mon, 21 Nov 2022 10:49:18 +0800 Subject: [PATCH] fix: remove Created by MumbleFE --- packages/fes-plugin-layout/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fes-plugin-layout/src/index.js b/packages/fes-plugin-layout/src/index.js index ae2770a3f..a06920c8d 100644 --- a/packages/fes-plugin-layout/src/index.js +++ b/packages/fes-plugin-layout/src/index.js @@ -34,7 +34,7 @@ export default (api) => { // .fes配置 const userConfig = { title: api.title, - footer: 'Created by Fes.js', + footer: null, ...(api.config.layout || {}), };