markmap enable to select ai model

This commit is contained in:
RockYang
2024-04-15 06:16:53 +08:00
parent 31b02b97d3
commit 9a1368ef17
5 changed files with 124 additions and 33 deletions

View File

@@ -218,6 +218,7 @@ func needLogin(c *gin.Context) bool {
c.Request.URL.Path == "/api/config/get" ||
c.Request.URL.Path == "/api/product/list" ||
c.Request.URL.Path == "/api/menu/list" ||
c.Request.URL.Path == "/api/markMap/model" ||
strings.HasPrefix(c.Request.URL.Path, "/api/test") ||
strings.HasPrefix(c.Request.URL.Path, "/api/function/") ||
strings.HasPrefix(c.Request.URL.Path, "/api/sms/") ||