diff --git a/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj b/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj
index f379b62e..18778c3c 100644
--- a/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj
+++ b/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj
@@ -46,7 +46,7 @@
-
+
diff --git a/Web/package.json b/Web/package.json
index b54d5d23..13b55d56 100644
--- a/Web/package.json
+++ b/Web/package.json
@@ -2,7 +2,7 @@
"name": "admin.net.pro",
"type": "module",
"version": "2.4.33",
- "lastBuildTime": "2024.12.15",
+ "lastBuildTime": "2024.12.16",
"description": "Admin.NET 站在巨人肩膀上的 .NET 通用权限开发框架",
"author": "zuohuaijun",
"license": "MIT",
@@ -74,7 +74,7 @@
"vue-router": "^4.5.0",
"vue-signature-pad": "^3.0.2",
"vue3-tree-org": "^4.2.2",
- "vxe-pc-ui": "^4.3.32",
+ "vxe-pc-ui": "^4.3.34",
"vxe-table": "^4.8.10",
"vxe-table-plugin-element": "^4.0.4",
"vxe-table-plugin-export-xlsx": "^4.0.7",
diff --git a/Web/src/views/system/region/index.vue b/Web/src/views/system/region/index.vue
index ee5b5a45..ff3bd78d 100644
--- a/Web/src/views/system/region/index.vue
+++ b/Web/src/views/system/region/index.vue
@@ -46,7 +46,7 @@
同步高德地图
- 同步天地图
+ 同步天地图
同步国家地名信息库
同步民政部行政区划
@@ -246,7 +246,7 @@ const handleCommand = (command: string) => {
if (command === 'amap') {
state.title = '同步高德地图';
syncGdParamRef.value?.openDialog();
- } else if (command === 'tianDiTu') {
+ } else if (command === 'tdt') {
state.title = '同步天地图行政区划';
syncTdtParamRef.value?.openDialog();
} else if (command === 'mca') {