diff --git a/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj b/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj
index df59286c..b3cfdc0b 100644
--- a/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj
+++ b/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj
@@ -37,7 +37,7 @@
-
+
diff --git a/Web/package.json b/Web/package.json
index c9251964..2e26ea50 100644
--- a/Web/package.json
+++ b/Web/package.json
@@ -93,7 +93,7 @@
"less": "^4.2.0",
"prettier": "^3.3.2",
"rollup-plugin-visualizer": "^5.12.0",
- "sass": "^1.77.7",
+ "sass": "^1.77.8",
"terser": "^5.31.2",
"typescript": "^5.5.3",
"vite": "^5.3.3",
diff --git a/Web/src/views/system/codeGen/component/editCodeGenDialog.vue b/Web/src/views/system/codeGen/component/editCodeGenDialog.vue
index 477d266f..9169f8fa 100644
--- a/Web/src/views/system/codeGen/component/editCodeGenDialog.vue
+++ b/Web/src/views/system/codeGen/component/editCodeGenDialog.vue
@@ -7,6 +7,10 @@
{{ props.title }}
+
+
+ 如果是在前端生成的实体/表(在生成表选择项里面找不到),请重启后台服务后再进行代码生成。
+
@@ -57,7 +61,7 @@
生成表
-
+
diff --git a/Web/src/views/system/codeGen/index.vue b/Web/src/views/system/codeGen/index.vue
index a4c83166..f7b9fff1 100644
--- a/Web/src/views/system/codeGen/index.vue
+++ b/Web/src/views/system/codeGen/index.vue
@@ -182,6 +182,7 @@ const handleAdd = () => {
pagePath: 'main',
nameSpace: state.applicationNamespaces[0],
generateMenu: false,
+ isApiService: false,
});
};