Date: Wed, 27 Apr 2022 14:59:28 +0800
Subject: [PATCH 09/11] =?UTF-8?q?fix=E6=9D=83=E9=99=90=E6=8B=BC=E5=86=99?=
=?UTF-8?q?=E9=94=99=E8=AF=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplTreeVue.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplTreeVue.txt b/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplTreeVue.txt
index 7a97b8ef..3748bb37 100644
--- a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplTreeVue.txt
+++ b/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplTreeVue.txt
@@ -43,7 +43,7 @@ $end
${VueViewListContent}
-
From 9fcedf84f8097e5d86cc1df92a598eb269d13124 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com>
Date: Wed, 27 Apr 2022 15:00:36 +0800
Subject: [PATCH 10/11] update launchSettings.json
---
ZR.Admin.WebApi/Properties/launchSettings.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ZR.Admin.WebApi/Properties/launchSettings.json b/ZR.Admin.WebApi/Properties/launchSettings.json
index 7fb9b62c..7f6746e6 100644
--- a/ZR.Admin.WebApi/Properties/launchSettings.json
+++ b/ZR.Admin.WebApi/Properties/launchSettings.json
@@ -4,7 +4,7 @@
"commandName": "Project",
"launchBrowser": false,
"environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Stage"
+ "ASPNETCORE_ENVIRONMENT": ""
},
"applicationUrl": "http://localhost:8888"
}
From d9abc2b60e7252218e6de8b1383622ff33954e69 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com>
Date: Wed, 27 Apr 2022 17:52:48 +0800
Subject: [PATCH 11/11] update README.md
---
README.md | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1fd9a76c..302ac812 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,15 @@ Vue版前端技术栈 :基于vue2.x/vue3.x、vuex、vue-router 、vue-cli 、a
日志管理:NLog、登录日志、操作日志、定时任务日志
-工具类:验证码、丰富公共功能、代码生成
+工具类:验证码、丰富公共功能
+
+接口限流:支持接口限流,避免恶意请求导致服务层压力过大
+
+代码生成:高效率开发,代码生成器可以一键生成所有代码
+
+数据字典:支持数据字典,可以方便对一些状态进行管理
+
+
## 🍖内置功能