diff --git a/src/api/config.ts b/src/api/config.ts
index a4f3c7ae..72760d76 100644
--- a/src/api/config.ts
+++ b/src/api/config.ts
@@ -81,7 +81,7 @@ export interface ConfigForm {
id?: number;
/** 配置名称 */
configName?: string;
- /** 配置key */
+ /** 配置键 */
configKey?: string;
/** 配置值 */
configValue?: string;
@@ -95,7 +95,7 @@ export interface ConfigPageVO {
id?: number;
/** 配置名称 */
configName?: string;
- /** 配置key */
+ /** 配置键 */
configKey?: string;
/** 配置值 */
configValue?: string;
diff --git a/src/views/system/config/index.vue b/src/views/system/config/index.vue
index c4844e7a..018c80b1 100644
--- a/src/views/system/config/index.vue
+++ b/src/views/system/config/index.vue
@@ -6,7 +6,7 @@
@@ -60,7 +60,7 @@
/>
@@ -131,8 +131,8 @@
placeholder="请输入配置名称"
/>
-
-
+
+