diff --git a/ruoyi-ui/src/api/system/config.js b/ruoyi-ui/src/api/infra/config.js
similarity index 100%
rename from ruoyi-ui/src/api/system/config.js
rename to ruoyi-ui/src/api/infra/config.js
diff --git a/ruoyi-ui/src/main.js b/ruoyi-ui/src/main.js
index f337ab78a..969a93e50 100644
--- a/ruoyi-ui/src/main.js
+++ b/ruoyi-ui/src/main.js
@@ -15,7 +15,7 @@ import permission from './directive/permission'
import './assets/icons' // icon
import './permission' // permission control
import { getDicts } from "@/api/system/dict/data";
-import { getConfigKey } from "@/api/system/config";
+import { getConfigKey } from "@/api/infra/config";
import { parseTime, resetForm, addDateRange, selectDictLabel, selectDictLabels, download, handleTree, downloadExcel } from "@/utils/ruoyi";
import Pagination from "@/components/Pagination";
// 自定义表格工具扩展
diff --git a/ruoyi-ui/src/views/system/config/index.vue b/ruoyi-ui/src/views/infra/config/index.vue
similarity index 94%
rename from ruoyi-ui/src/views/system/config/index.vue
rename to ruoyi-ui/src/views/infra/config/index.vue
index f53cedd28..592a40f6b 100644
--- a/ruoyi-ui/src/views/system/config/index.vue
+++ b/ruoyi-ui/src/views/infra/config/index.vue
@@ -1,323 +1,323 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 搜索
- 重置
-
-
-
-
-
- 新增
-
-
- 导出
-
-
-
-
-
-
-
-
-
-
-
-
- {{ getDictDataLabel(DICT_TYPE.SYS_CONFIG_TYPE, scope.row.type) }}
-
-
-
-
- {{ scope.row.sensitive ? '是' : '否' }}
-
-
-
-
-
- {{ parseTime(scope.row.createTime) }}
-
-
-
-
- 修改
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 是
- 否
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ getDictDataLabel(DICT_TYPE.SYS_CONFIG_TYPE, scope.row.type) }}
+
+
+
+
+ {{ scope.row.sensitive ? '是' : '否' }}
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+
+
+
+
+