diff --git a/Web/package.json b/Web/package.json index 448ba308..85bf5ea7 100644 --- a/Web/package.json +++ b/Web/package.json @@ -2,7 +2,7 @@ "name": "admin.net.pro", "type": "module", "version": "2.4.33", - "lastBuildTime": "2025.04.28", + "lastBuildTime": "2025.04.29", "description": "Admin.NET 站在巨人肩膀上的 .NET 通用权限开发框架", "author": "zuohuaijun", "license": "MIT", @@ -53,7 +53,7 @@ "md-editor-v3": "^5.5.0", "mitt": "^3.0.1", "monaco-editor": "^0.52.2", - "mqtt": "^5.11.1", + "mqtt": "^5.12.0", "nprogress": "^0.2.0", "ol": "^10.5.0", "pinia": "^3.0.2", @@ -92,8 +92,8 @@ "@types/node": "^20.17.32", "@types/nprogress": "^0.2.3", "@types/sortablejs": "^1.15.8", - "@typescript-eslint/eslint-plugin": "^8.31.0", - "@typescript-eslint/parser": "^8.31.0", + "@typescript-eslint/eslint-plugin": "^8.31.1", + "@typescript-eslint/parser": "^8.31.1", "@vitejs/plugin-vue": "^5.2.3", "@vitejs/plugin-vue-jsx": "^4.1.2", "@vue/compiler-sfc": "^3.5.13", diff --git a/Web/src/views/system/tenant/index.vue b/Web/src/views/system/tenant/index.vue index 357c76ac..4da775c7 100644 --- a/Web/src/views/system/tenant/index.vue +++ b/Web/src/views/system/tenant/index.vue @@ -270,7 +270,7 @@ const createTenantData = (row: any) => { }) .then(async () => { await getAPI(SysTenantApi).apiSysTenantInitTenantDataPost({ id: row.id }); - ElMessage.success('创建/更新租户数据库成功'); + ElMessage.success('创建/更新租户数据成功'); }) .catch(() => {}); };