From 1b417d75a8e24e5ec9fd29e9b75ee53049f3b79e Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期二, 19 十一月 2024 17:13:14 +0800
Subject: [PATCH] 跨域问题

---
 app/models/resource_model.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app/models/resource_model.py b/app/models/resource_model.py
index 61e1bc9..405570e 100644
--- a/app/models/resource_model.py
+++ b/app/models/resource_model.py
@@ -151,7 +151,8 @@
     perms: Optional[str] = ""
     menuType: Optional[str] = ""
     description: Optional[str] = ""
+    icon: Optional[str] = ""
     parentId: str
     status: str
-    roles: list
-    groups: Optional[list] = []
\ No newline at end of file
+    # roles: list
+    # groups: Optional[list] = []
\ No newline at end of file

--
Gitblit v1.8.0