diff --git a/packages/fes-plugin-layout/src/index.js b/packages/fes-plugin-layout/src/index.js
index b4e8efcf..8b3eb02d 100644
--- a/packages/fes-plugin-layout/src/index.js
+++ b/packages/fes-plugin-layout/src/index.js
@@ -33,6 +33,7 @@ export default (api) => {
// .fes配置
const userConfig = {
title: name,
+ footer: 'Created by Fes.js',
...(api.config.layout || {})
};
diff --git a/packages/fes-plugin-layout/src/runtime/views/BaseLayout.vue b/packages/fes-plugin-layout/src/runtime/views/BaseLayout.vue
index 0773a683..df25b5a9 100644
--- a/packages/fes-plugin-layout/src/runtime/views/BaseLayout.vue
+++ b/packages/fes-plugin-layout/src/runtime/views/BaseLayout.vue
@@ -56,8 +56,8 @@
-